Skip to content

Commit

Permalink
v1.18: Re-enable SPL downstream job with last v1.18 commit (#2143)
Browse files Browse the repository at this point in the history
  • Loading branch information
joncinque authored and willhickey committed Jul 22, 2024
1 parent 7dfadf5 commit 6ccdbbc
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 v1.18

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

1 comment on commit 6ccdbbc

@ruuda
Copy link
Contributor

@ruuda ruuda commented on 6ccdbbc Jul 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@joncinque and @willhickey, if you are backporting commits from Anza, it would be nice to update the issue number reference to include the repository name (anza-xyz/agave#2143 instead of #2143). GitHub automatically links the reference, but it now links to #2171 which is completely unrelated, the right reference is anza-xyz#2171.

Please sign in to comment.