Skip to content

Commit

Permalink
chore(docker): build foundry from master
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfourzerofour committed Oct 26, 2023
1 parent 380eb0f commit 038674b
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions Cross.toml
Original file line number Diff line number Diff line change
@@ -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"
]

0 comments on commit 038674b

Please sign in to comment.