Commit 2acfc89
ci: add reliable Agda job (version-matched agda-stdlib via git) (#106)
Gets Agda into CI **for real**, validated locally before pushing.
Root cause of the four earlier failures: Ubuntu's `agda-stdlib` apt
package ships sources with no usable library manifest. Fix: install just
the Agda binary via apt, then `git clone` **agda-stdlib v1.7.3**
(matches Agda 2.6.3) at a pinned tag, align its manifest `name:` to
`standard-library` (what the repo's `absolute-zero.agda-lib` depends
on), register, and type-check.
Locally confirmed: `CNO.agda` and `OND.agda` both type-check (exit 0)
with this exact toolchain. Coq + Z3 unchanged (already green).
`timeout-minutes: 25` guards the first-run stdlib compile.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent bf6f1e0 commit 2acfc89
1 file changed
Lines changed: 29 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
59 | 80 | | |
60 | 81 | | |
61 | 82 | | |
| |||
0 commit comments