Skip to content

Commit

Permalink
CI: Disable downstream anchor builds (#2629)
Browse files Browse the repository at this point in the history
#### 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
  • Loading branch information
joncinque authored and mergify[bot] committed Aug 17, 2024
1 parent 6f63e45 commit b2b0e3d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/downstream-project-anchor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,12 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
<<<<<<< HEAD
version: ["v0.29.0", "v0.30.0"]
=======
version: ["master"]
if: false # Re-enable once new major versions for spl-token-2022 and spl-pod are out
>>>>>>> 3b9e7a3ca5 (CI: Disable downstream anchor builds (#2629))
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit b2b0e3d

Please sign in to comment.