Skip to content

fix(ci): robust agda-stdlib registration (green the proofs workflow)#103

Merged
hyperpolymath merged 1 commit into
mainfrom
ci-agda-fix
Jul 7, 2026
Merged

fix(ci): robust agda-stdlib registration (green the proofs workflow)#103
hyperpolymath merged 1 commit into
mainfrom
ci-agda-fix

Conversation

@hyperpolymath

Copy link
Copy Markdown
Owner

The Agda job in proofs.yml failed on main (PR #102) with agda-stdlib .agda-lib not found — a too-narrow grep, not a proof regression. Coq and Z3 jobs pass on the runner. This matches any *.agda-lib the package ships, with a filesystem fallback and a diagnostic dump. Greens the workflow on main.

🤖 Generated with Claude Code

The Agda job failed on ubuntu-24.04 with 'agda-stdlib .agda-lib not found':
the previous grep required the literal 'standard-library' in the .agda-lib
filename, but the Ubuntu package's filename is version-dependent. Match any
'*.agda-lib' from dpkg -L (with a /usr find fallback) and dump the file list on
failure for triage. Coq + Z3 jobs already pass on the runner.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@hyperpolymath hyperpolymath merged commit 137aaf9 into main Jul 7, 2026
5 of 7 checks passed
@hyperpolymath hyperpolymath deleted the ci-agda-fix branch July 7, 2026 05:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant