Closed igorlnunes closed 1 month ago
Hey @igorlnunes, looking at your report and system information I'd say this is caused by our release binaries being built with an ubuntu-22.04 runner, which makes the resulting binary depend on a newer version of GLIBC 2.35 than what is available in Linux Mint 20.3 (which is based on Ubuntu 20.04, so it would be using 2.31).
The easier solution to your issue is compiling the project from source, which you can do (and also install) with:
cargo install --git https://github.com/matter-labs/foundry-zksync --profile release --locked forge cast
Hi @Karrq , when i try to do this cargo install --git https://github.com/matter-labs/foundry-zksync --profile release --locked forge cast
i am getting this errors:
There were 29 errors like this i change rust to rust nightly. Only these 3 left
Hey @FurkanSezal, the issue is unrelated, but yeah there's a specific nigthly version we make use of that's declared in the rust-toolchain file. That's the version we use for development and CI 👍
Component
Foundryup
Have you ensured that all of these are up to date?
What version of Foundry are you on?
forge 0.2.0 (03ea54c 2024-09-18T16:31:08.207328652Z)
What command(s) is the bug in?
foundryup-zksync
Operating System
Linux
Describe the bug
Operating System
1) run the installer:
2) using the
foundryup-zksync
command, the system returns:3) Then, when verifying the installation with the command:
forge --version