Skip to content

Commit

Permalink
Merge pull request ethereum-optimism#4664 from ethereum-optimism/deps…
Browse files Browse the repository at this point in the history
…/update-foundry

deps: update foundry
  • Loading branch information
tynes authored Jan 17, 2023
2 parents f04170e + 64503c6 commit bd92519
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .changeset/weak-pianos-repair.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@eth-optimism/ci-builder': minor
'@eth-optimism/foundry': minor
---

Bump foundry to 2ff99025abade470a795724c10648c800a41025e
2 changes: 1 addition & 1 deletion ops/docker/ci-builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ WORKDIR /opt/foundry
# Only diff from upstream docker image is this clone instead
# of COPY. We select a specific commit to use.
RUN git clone https://github.com/foundry-rs/foundry.git . \
&& git checkout c06b53287dc23c4e5b1b3e57c937a90114bbe166
&& git checkout 2ff99025abade470a795724c10648c800a41025e

RUN source $HOME/.profile && \
cargo build --release && \
Expand Down
2 changes: 1 addition & 1 deletion ops/docker/foundry/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ WORKDIR /opt/foundry
# Only diff from upstream docker image is this clone instead
# of COPY. We select a specific commit to use.
RUN git clone https://github.com/foundry-rs/foundry.git . \
&& git checkout f540aa9ebde88dce720140b332412089c2ee85b6
&& git checkout 2ff99025abade470a795724c10648c800a41025e

RUN source $HOME/.profile && cargo build --release \
&& strip /opt/foundry/target/release/forge \
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts-bedrock/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ We work on this repository with a combination of [Hardhat](https://hardhat.org)
1. Install Foundry by following [the instructions located here](https://getfoundry.sh/).
A specific version must be used.
```shell
foundryup -C c06b53287dc23c4e5b1b3e57c937a90114bbe166
foundryup -C 2ff99025abade470a795724c10648c800a41025e
```
2. Install node modules with yarn (v1) and Node.js (16+):

Expand Down

0 comments on commit bd92519

Please sign in to comment.