Skip to content

Commit 600cfbb

Browse files
v2.0: CI: Disable downstream anchor builds (backport of #2629) (#2647)
* CI: Disable downstream anchor builds (#2629) #### Problem With solana-labs/solana-program-library#7148, spl-token-2022 has moved from using solana-zk-token-sdk to solana-zk-sdk, which is a major breaking change. Certain agave and anchor crates are depending on the re-export solana-zk-token-sdk in spl-token-2022, which is no longer present. This change is causing the downstream Anchor job to fail, since the patched version of spl-token-2022 is no longer compatible. #### Summary of changes Until new major versions of the SPL crates are available used by the Agave monorepo, disable the downstream anchor job. (cherry picked from commit 3b9e7a3) # Conflicts: # .github/workflows/downstream-project-anchor.yml * Fix merge conflicts --------- Co-authored-by: Jon C <[email protected]>
1 parent 6f63e45 commit 600cfbb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/downstream-project-anchor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
strategy:
4545
matrix:
4646
version: ["v0.29.0", "v0.30.0"]
47+
if: false # Re-enable once new major versions for spl-token-2022 and spl-pod are out
4748
steps:
4849
- uses: actions/checkout@v4
4950

0 commit comments

Comments
 (0)