Skip to content

Commit b2b0e3d

Browse files
joncinquemergify[bot]
authored andcommitted
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
1 parent 6f63e45 commit b2b0e3d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,12 @@ jobs:
4343
runs-on: ubuntu-latest
4444
strategy:
4545
matrix:
46+
<<<<<<< HEAD
4647
version: ["v0.29.0", "v0.30.0"]
48+
=======
49+
version: ["master"]
50+
if: false # Re-enable once new major versions for spl-token-2022 and spl-pod are out
51+
>>>>>>> 3b9e7a3ca5 (CI: Disable downstream anchor builds (#2629))
4752
steps:
4853
- uses: actions/checkout@v4
4954

0 commit comments

Comments
 (0)