Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .changeset/afraid-jokes-run.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@eth-optimism/ci-builder': patch
'@eth-optimism/foundry': patch
---

Update foundry to fix a bug in coverage generation
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 a4b04caf66643e42d3d2c10f9b9845b4bc0cb0d8
&& git checkout f540aa9ebde88dce720140b332412089c2ee85b6

RUN source $HOME/.profile && cargo build --release \
&& strip /opt/foundry/target/release/forge \
Expand Down