Skip to content

Commit c6195f1

Browse files
authored
We need newer CLI version because the old one stopped being shipped (#217)
1 parent bcc9b27 commit c6195f1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ci/solana-version.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
if [[ -n $SOLANA_VERSION ]]; then
1515
solana_version="$SOLANA_VERSION"
1616
else
17-
solana_version=v1.16.20
17+
# we use 1.16.20 for sdk but this version has been deleted from the solana servers so we use
18+
# this version's CLI instead
19+
solana_version=v1.17.34
1820
fi
1921

2022
export solana_version="$solana_version"
@@ -23,7 +25,7 @@ export PATH="$HOME"/.local/share/solana/install/active_release/bin:"$PATH"
2325
if [[ -n $1 ]]; then
2426
case $1 in
2527
install)
26-
sh -c "$(curl -sSfL https://release.solana.com/$solana_version/install)"
28+
sh -c "$(curl -sSfL https://release.anza.xyz/$solana_version/install)"
2729
solana --version
2830
;;
2931
*)

0 commit comments

Comments
 (0)