Commit 600cfbb
* 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
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
0 commit comments