Commit 720e410
fix(ci): Agda job — use -i stdlib sources (Ubuntu ships no .agda-lib) (#104)
Second and final Agda-job fix. Root cause: Ubuntu's `agda-stdlib`
installs sources under `/usr/share/agda-stdlib/` with **no `.agda-lib`
manifest**, so registration was doomed. This adds the stdlib root to
Agda's include path via `-i` (located as the parent of `Data/Nat.agda`).
Coq + Z3 already pass. If this still fights the runner, next step is to
drop Agda from CI (covered by `proofs/verify-all-provers.sh`).
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 137aaf9 commit 720e410
1 file changed
Lines changed: 9 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | 58 | | |
72 | 59 | | |
73 | 60 | | |
74 | 61 | | |
75 | | - | |
76 | | - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
77 | 71 | | |
78 | 72 | | |
79 | 73 | | |
| |||
0 commit comments