Commit 5ef5775
committed
fix(ci): ignore latent broken projects exposed by full-matrix run
The CI fix in the previous commit causes any workflow-file change to
trigger a full-matrix build (every project, not just the ones touched
by the PR). Two pre-existing problems on main now surface every time
the workflow file is touched:
1. tokens/**/quasar (27 projects) — upstream quasar-spl on git master
has duplicate definitions for delegate / close_authority /
mint_authority / freeze_authority in src/token.rs, so every
token-related Quasar example fails to compile with E0592. This is
an upstream regression in https://github.com/blueshift-gg/quasar
that nothing in this repo can fix.
2. tokens/token-extensions/transfer-hook/block-list/pinocchio — has
no tests/ directory, no pnpm-lock.yaml, and no build /
build-and-test scripts. It's a work-in-progress port from the
legacy pblock-list project (renamed in PR #20) and isn't runnable
yet.
Neither failure was caused by this PR's CI logic fix; both pre-exist
on main and would only surface on a future workflow-file change.
Adding them to .ghaignore keeps CI green and matches how the file is
already used for other broken or in-progress examples. Re-enable each
entry once the underlying issue is fixed upstream.1 parent 0982a9a commit 5ef5775
1 file changed
Lines changed: 40 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
17 | 51 | | |
18 | 52 | | |
19 | 53 | | |
| |||
45 | 79 | | |
46 | 80 | | |
47 | 81 | | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
48 | 88 | | |
49 | 89 | | |
50 | 90 | | |
| |||
0 commit comments