Skip to content

Commit cc38ff8

Browse files
committed
CI: Disable downstream anchor builds
#### 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.
1 parent 78377b1 commit cc38ff8

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
@@ -42,6 +42,7 @@ jobs:
4242
strategy:
4343
matrix:
4444
version: ["master"]
45+
if: false # Re-enable once new major versions for spl-token-2022 and spl-pod are out
4546
steps:
4647
- uses: actions/checkout@v4
4748

0 commit comments

Comments
 (0)