-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Latest foundryup does not properly install tools #5903
Labels
T-bug
Type: bug
Comments
ffs not this again... @DaniPopes this is the ubuntu runner... |
new release triggered |
4 tasks
alexghr
added a commit
to AztecProtocol/aztec-packages
that referenced
this issue
Sep 27, 2023
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).
DaniPopes
added a commit
to paradigmxyz/reth
that referenced
this issue
Sep 28, 2023
As we know [from Foundry](foundry-rs/foundry#5903), we only need to pin to Ubuntu-20.04 when building release binaries which users will consume, since otherwise they'll get libc errors.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Component
Foundryup
Have you ensured that all of these are up to date?
What version of Foundry are you on?
No response
What command(s) is the bug in?
foundryup
Operating System
Linux
Describe the bug
Installing and running
foundryup
according to the installation instructions emits errors related to missing GLIBC libraries. I am runningcurl -L https://foundry.paradigm.xyz | bash
, which to my knowledge pullsmaster
. I have verified thatlibc6
is up to date on my system. The same behavior occurs on Ubuntu 20.04 (native and in a Docker container) and MacOs Ventura (native only).Here's the
foundryup
output:Similarly,
The text was updated successfully, but these errors were encountered: