Commit f7323e0b authored by Matthew Slipper's avatar Matthew Slipper Committed by GitHub

chore: Upgrade foundry (#3354)

* chore: Upgrade foundry

* Changeset
parent 14e67830
---
'@eth-optimism/foundry': patch
'@eth-optimism/ci-builder': patch
---
Upgrade foundry to support consistent storage layouts
......@@ -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 64fe4acc97e6d76551cea7598c201f05ecd65639
&& git checkout a4b04caf66643e42d3d2c10f9b9845b4bc0cb0d8
RUN source $HOME/.profile && cargo build --release \
&& strip /opt/foundry/target/release/forge \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment