Skip to content

AVM is broken #3807

@hrls

Description

@hrls

I'm trying to install Anchor using AVM. Both are installed from scratch.

docker run --interactive --tty --rm --platform=linux/arm64 ubuntu
# Let's assume Rust and all other required tools are already installed

cargo install --git https://github.com/coral-xyz/anchor avm --force
avm --version # avm 0.31.1

avm install latest
# Error: Failed to download the binary for version `0.31.1` (status code: 404 Not Found)

avm install latest --from-source
# error: binary `anchor` already exists in destination
# Add --force to overwrite
# Error: Failed to install 0.31.1, is it a valid version?

avm install latest --from-source --force
# error: binary `anchor` already exists in destination
# Add --force to overwrite
# Error: Failed to install 0.31.1, is it a valid version?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions