ci: add reliable Agda job (version-matched agda-stdlib via git)#106
Merged
Conversation
Validated locally: CNO.agda + OND.agda type-check (exit 0) with apt Agda 2.6.3 + stock agda-stdlib v1.7.3 (name aligned to 'standard-library' to satisfy the repo's absolute-zero.agda-lib depend). The four earlier failures were the wrong stdlib source (Ubuntu's agda-stdlib ships no usable manifest); this fetches a version-matched stdlib from git at a pinned tag. timeout-minutes guards the first-run stdlib compile. Coq + Z3 unchanged. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Gets Agda into CI for real, validated locally before pushing.
Root cause of the four earlier failures: Ubuntu's
agda-stdlibapt package ships sources with no usable library manifest. Fix: install just the Agda binary via apt, thengit cloneagda-stdlib v1.7.3 (matches Agda 2.6.3) at a pinned tag, align its manifestname:tostandard-library(what the repo'sabsolute-zero.agda-libdepends on), register, and type-check.Locally confirmed:
CNO.agdaandOND.agdaboth type-check (exit 0) with this exact toolchain. Coq + Z3 unchanged (already green).timeout-minutes: 25guards the first-run stdlib compile.🤖 Generated with Claude Code