We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Problem: anchor doesn't support agave install versioning in cli
https://solana.com/docs/intro/installation#install-the-solana-cli this will install stable-{commit} but this leads to a panic on
stable-{commit}
anchor/cli/src/lib.rs
Line 638 in afcbaed
agave-install list 1.18.18 stable-20a8749f7a71ca230bec4ecdbeb292e3d8cd399d 1.18.26 2.0.19
Workaround: Don't install "stable" and cleanup the folder
Possible fix:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem:
anchor doesn't support agave install versioning in cli
https://solana.com/docs/intro/installation#install-the-solana-cli
this will install
stable-{commit}
but this leads to a panic onanchor/cli/src/lib.rs
Line 638 in afcbaed
agave-install list
1.18.18
stable-20a8749f7a71ca230bec4ecdbeb292e3d8cd399d
1.18.26
2.0.19
Workaround: Don't install "stable" and cleanup the folder
Possible fix:
The text was updated successfully, but these errors were encountered: