Skip to content

labeleven-dev/anchor-binaries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Anchor Binaries

If you have been using @project-serum/anchor-cli in your CI/CD pipelines, it is broken for Anchor 0.25.0. A few months on and no fix or new version is forthcoming. Building the binary in the pipeline also takes too long.

This repository provides the x86_64 Linux binary as a GitHub release for others to use.

Please check the GitHub Action to verify authencity of the binary, built from anchor-cli Rust crate.

Usage

curl -sSfL \
  https:/labeleven-dev/anchor-binaries/releases/download/1.0.0/anchor.tar.gz \
  > anchor.tar.gz
tar zxf anchor.tar.gz --directory ~/.cargo/bin
chmod +x ~/.cargo/bin/anchor