Skip to content
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

avm: Make installation download binaries by default #3445

Conversation

acheroncrypto
Copy link
Collaborator

Problem

Installing anchor-cli using avm takes quite a bit of time because it's trying to build the binary from source.

Now that releases starting from v0.31.0 (#3259) will have binaries (#3439), it makes sense to support installing anchor-cli by downloading prebuilt binaries.

Summary of changes

  • Download binaries in avm install by default
  • Add --from-source flag to build from source code if that's preferred (or required due to problems such as unsupported platform)

Resolves #1411

Copy link

vercel bot commented Dec 21, 2024

@acheroncrypto is attempting to deploy a commit to the coral-xyz Team on Vercel.

A member of the Team first needs to authorize it.

@acheroncrypto acheroncrypto merged commit 6ff6655 into coral-xyz:master Dec 22, 2024
0 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

avm: option to download binary instead of building from source (binary could also become the default?)
1 participant