Skip to content

Commit

Permalink
fix: bump foundry version (#2553)
Browse files Browse the repository at this point in the history
Bump version of foundry to a newer version. The previous nightly tag
didn't have any release binaries up on Github (maybe they got deleted by
their CI?) so it was failing to install.

They have fixed the libc issue (see foundry-rs/foundry#5903) as well so
we could potentially move back to installing latest but it might break
again if they do decide to build on a newer Ubuntu version.

# Checklist:
Remove the checklist to signal you've completed it. Enable auto-merge if
the PR is ready to merge.
- [ ] If the pull request requires a cryptography review (e.g.
cryptographic algorithm implementations) I have added the 'crypto' tag.
- [ ] I have reviewed my diff in github, line by line and removed
unexpected formatting changes, testing logs, or commented-out code.
- [ ] Every change is related to the PR description.
- [ ] I have
[linked](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue)
this pull request to relevant issues (if any exist).
  • Loading branch information
alexghr authored Sep 27, 2023
1 parent 466a517 commit 0dde3d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l1-contracts/scripts/install_foundry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ chmod +x $BIN_PATH
export PATH=$FOUNDRY_BIN_DIR:$PATH

# Use version.
foundryup --version nightly-ac4e264fdb60aedc202d3ebebb37ef7edf8dcd69
foundryup --version nightly-bdea91c79055e8adcf33e714984edba9a3e33d2a

0 comments on commit 0dde3d5

Please sign in to comment.