Commit 5dfab5e
authored
ci(coin-matrix): gate on src/c2pool/main_<coin>.cpp entrypoint (#66)
The presence check keyed on src/impl/<coin>/main_<coin>.cpp, but the
per-coin entrypoint actually lives at src/c2pool/main_<coin>.cpp (the
convention documented in the file header comment). The btc binary
entrypoint is src/c2pool/main_btc.cpp with no src/impl/btc/main_btc.cpp,
so the btc matrix job silently skipped as a false green. Gate now
matches the real entrypoint path while retaining the src/impl/<coin>/
directory presence check.1 parent 6b8a2ca commit 5dfab5e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments