Fix CI - #2
Open
samuelburnham wants to merge 1 commit into
Open
Conversation
… flake Branch restructure: master is now the upstream mirror and dev the development branch, so retarget ci.yml and nix.yml (push trigger, cachix gate) to dev and adopt ix's concurrency block. Drop the macOS CI job. The flake still declares darwin systems, but CI builds only x86_64-linux; the others stay untested and never gate CI. Replace the Perl source-token sorry audit with Lean4Lean.Audit.SorryFrontier: it asks the compiled environment which declarations directly reference sorryAx, attributed by source module, so it cannot drift over comments or string literals, and diffs against an exact allowlist. It runs in ci.yml and the flake's proofs check; check_sorry_frontier.pl is deleted. Rework nix.yml into a real-build packaging gate on x86_64-linux, matching ix: build the shipped outputs, run nix flake check (which builds every check), and a devShell job. Add a tests check building Lean4Lean.Tests (the regression modules run at elaboration). Simplify flake.nix: - scope leanSrc to a fileset so edits to CI/docs/flake don't invalidate the cached Lean derivations - drop lake-dependency-full and the lib alias (no consumers) - factor shared args: leanBuildInputs, reuseLibArgs, mkLakeCheck, mkCliCheck - rename lean4leanLakeDependency to lean4leanLib
arthurpaulino
approved these changes
Aug 5, 2026
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.
No description provided.