You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using rust-toolchain.toml, one often runs into the following error:
Finished fetching build dependencies
error: Unable to update registry `crates-io`
Caused by:
attempting to make an HTTP request, but --frozen was specified
Finished building program
Program Solana version: v1.16.20
Docker image Solana version: v1.16.20
This can happen even when the rust-toolchain.toml matches the version in the solana v1.16.20 repository.
The text was updated successfully, but these errors were encountered:
buffalu
changed the title
solana-verify build does not play nicely with rust-toolchain.tomlsolana-verify build does not play nicely with rust-toolchain.toml of different cargo versions
Feb 6, 2024
Each Dockerfile has a 1-to-1 mapping between the Solana version and rust version in order to keep the number of configs needed under control. I'll do a bit of digging to see if there's an easy way to ignore rust-toolchain.toml. In the interim, it might be best to set the toolchain to correspond with the rust version in the Dockerfile
When using rust-toolchain.toml, one often runs into the following error:
This can happen even when the rust-toolchain.toml matches the version in the solana v1.16.20 repository.
The text was updated successfully, but these errors were encountered: