Skip to content

Commit

Permalink
cli: Install Solana from anza.xyz domain in Docker verifiable builds (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
acheroncrypto authored Sep 23, 2024
1 parent dbb0e88 commit 385c36c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ The minor version will be incremented upon a breaking change and the patch versi
- lang: Remove `EventIndex` ([#3244](https://github.com/coral-xyz/anchor/pull/3244)).
- spl: Remove `dex` feature ([#3257](https://github.com/coral-xyz/anchor/pull/3257)).
- client, lang, spl: Upgrade Solana to v2 and SPL to the latest ([#3219](https://github.com/coral-xyz/anchor/pull/3219)).
- cli: Install Solana from anza.xyz domain in Docker verifiable builds ([#3271](https://github.com/coral-xyz/anchor/pull/3271)).

## [0.30.1] - 2024-06-20

Expand Down
2 changes: 1 addition & 1 deletion cli/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1728,7 +1728,7 @@ fn docker_prep(container_name: &str, build_config: &BuildConfig) -> Result<()> {
&[
"curl",
"-sSfL",
&format!("https://release.solana.com/v{solana_version}/install",),
&format!("https://release.anza.xyz/v{solana_version}/install",),
"-o",
"solana_installer.sh",
],
Expand Down

0 comments on commit 385c36c

Please sign in to comment.