Skip to content

Commit

Permalink
CI: Pin downstream SPL job to v2.0 branch (solana-labs#3384)
Browse files Browse the repository at this point in the history
CI: Pin downstrem SPL job to v2.0 branch

##### Problem

SPL is about to update to use the v2.1 crates, which will cause the
downstream jobs to fail for branch v2.0.

#### Summary of changes

Checkout the `v2.0` branch from the SPL repo for the downstream tests.
  • Loading branch information
joncinque authored Oct 30, 2024
1 parent 7feb24d commit 6f2b6f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/downstream-project-spl-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ source "$here"/../../ci/downstream-projects/common.sh

set -x
rm -rf spl
git clone https://github.com/solana-labs/solana-program-library.git spl
git clone https://github.com/solana-labs/solana-program-library.git spl -b v2.0

# copy toolchain file to use solana's rust version
cp "$SOLANA_DIR"/rust-toolchain.toml spl/
Expand Down

0 comments on commit 6f2b6f2

Please sign in to comment.