Commit 876520b
fix(ci): rust-ci.yml use --features verisim, not --all-features (#85)
--all-features force-enables flint/spark/chapel — deliberately opt-in,
system-library-dependent features (libflint LGPL-3, GNAT+libechidna_spark,
Zig FFI) that the default GitHub runner cannot link. This made Test
Suite / Code Coverage / MVP Smoke / Julia Integration fail on EVERY PR
(present on main; surfaced on #73) with:
rust-lld: error: unable to find library -lflint
build.rs already gates -lflint behind cfg(feature="flint") correctly;
the defect was the workflow forcing the feature on. flint/spark/chapel
keep their dedicated CI (chapel-ci.yml, SPARK Theatre Gate, live-provers.yml).
verisim is the only pure-Rust optional feature → safe maximal set for
the bare-runner clippy/test/doc/MSRV steps.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent d3db97d commit 876520b
1 file changed
Lines changed: 11 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
48 | 54 | | |
49 | | - | |
| 55 | + | |
50 | 56 | | |
51 | 57 | | |
52 | | - | |
| 58 | + | |
53 | 59 | | |
54 | 60 | | |
55 | | - | |
| 61 | + | |
56 | 62 | | |
57 | 63 | | |
58 | 64 | | |
| |||
133 | 139 | | |
134 | 140 | | |
135 | 141 | | |
136 | | - | |
| 142 | + | |
137 | 143 | | |
138 | 144 | | |
139 | 145 | | |
| |||
202 | 208 | | |
203 | 209 | | |
204 | 210 | | |
205 | | - | |
| 211 | + | |
0 commit comments