Commit 8bbde25
feat(ci): L3 Wave-2 — wire idris2/isabelle/dafny/fstar/tlaps + fstar+tlaps tests
Tier-2 (nightly) live-prover CI now has real provisioning, not TODO
placeholders, for every backend except hol-light (which defers to
Wave-3 container provisioning — no prebuilt binary, opam build is
~20 min and pulls camlp5).
- idris2: bootstrap from source tarball against Chez Scheme.
- isabelle: Isabelle2024 tarball, symlink /usr/local/bin/isabelle.
- dafny: dotnet tool install --global Dafny (ubuntu-latest has sdk-8).
- fstar: GitHub release tarball; binary is fstar.exe even on Linux.
- tlaps: self-extracting installer from tlapm releases; binary is tlapm.
- hol-light: deferred with explicit exit 0 + comment.
Also adds live_fstar_version and live_tlaps_version to the Rust test
suite (matches provers/mod.rs executable names: fstar.exe, tlapm) and
fills in the missing library_paths field on ProverConfig that had made
the test file fail to compile.
Local verification: `cargo test --test live_prover_suite --features
live-provers` runs all 18 tests; 13 real binaries (Z3, CVC5, EProver,
Alt-Ergo, Why3, Vampire, Dafny, Isabelle, Idris2, F*, Coq, Agda, Lean4)
return real versions; 5 auto-skip (GLPK/SPASS/MiniZinc/TLAPS/Chuffed
not on this host). No mock tests were modified.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 364c7de commit 8bbde25
2 files changed
Lines changed: 81 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
169 | 223 | | |
170 | 224 | | |
171 | 225 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| |||
107 | 108 | | |
108 | 109 | | |
109 | 110 | | |
| 111 | + | |
| 112 | + | |
110 | 113 | | |
111 | 114 | | |
112 | 115 | | |
| |||
198 | 201 | | |
199 | 202 | | |
200 | 203 | | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
0 commit comments