From 038674bb63604ef1d0d60e9ea6f9f032a33474bb Mon Sep 17 00:00:00 2001 From: 0xfourzerofour Date: Thu, 26 Oct 2023 13:18:28 -0400 Subject: [PATCH] chore(docker): build foundry from master --- Cross.toml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/Cross.toml b/Cross.toml index 5c7b6cf06..29b49c0cc 100644 --- a/Cross.toml +++ b/Cross.toml @@ -1,16 +1,10 @@ - -[target.aarch64-unknown-linux-gnu] -image = "rust:1.71.0-bookworm" - -[target.x86_64-unknown-linux-gnu] -image = "rust:1.71.0-bookworm" - [build] pre-build = [ + "apt-get -y install apt-transport-https ca-certificates", "curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -", "echo 'deb https://dl.yarnpkg.com/debian/ stable main' | tee /etc/apt/sources.list.d/yarn.list", "apt-get update && apt-get -y upgrade && apt-get install -y libclang-dev pkg-config protobuf-compiler nodejs yarn", "curl -L https://foundry.paradigm.xyz | bash", ". /root/.bashrc", - "foundryup" + "foundryup -b master" ] \ No newline at end of file