Commit 65c4b6d
committed
fix(ci): ignore two latent broken projects exposed by the full-matrix run
The CI fix in the previous commit causes the workflow-file change to
trigger a full-matrix build (every project, not just the ones touched
by the PR). Two latent problems are exposed:
1. tokens/transfer-tokens/quasar — quasar-spl (git master) has
duplicate definitions for delegate / close_authority /
mint_authority / freeze_authority, so the project fails to
compile. This is an upstream regression in
https://github.com/blueshift-gg/quasar; nothing in this repo can
fix it. Add to .ghaignore until upstream publishes a fix.
2. tokens/token-extensions/transfer-hook/block-list/pinocchio — has
no tests/ directory, no pnpm-lock.yaml, no build or build-and-test
scripts. It is a work-in-progress port from the legacy
pblock-list project (renamed in PR #20). Add to .ghaignore until
the example is actually runnable.
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.1 parent 0982a9a commit 65c4b6d
1 file changed
Lines changed: 12 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 | + | |
17 | 23 | | |
18 | 24 | | |
19 | 25 | | |
| |||
45 | 51 | | |
46 | 52 | | |
47 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
48 | 60 | | |
49 | 61 | | |
50 | 62 | | |
| |||
0 commit comments