Rocq 9.0 compat - #214
Open
lukaszobernig wants to merge 4 commits into
Open
Conversation
Drop support for Coq <= 8.20 and transition the build system and tooling to Rocq 9.0 minimum. - Update Makefile and Makefile.local.common to use rocq, rocq makefile, and rocq top directly. - Decouple version probing from $(COQC) using ROCQ variable so that wrapper commands and compiler overrides do not break $(COQC) top. - Update Makefile.coq-versions-lite to use rocq --version and rocq compile -config, avoiding conflicting .coq-version strings and preventing infinite makefile remake-and-restart loops. - Update CI scripts (describe-system-config.sh, github-actions-make.sh, coq-opam-package.yml) to invoke rocq directly without legacy coq fallbacks. - Add Rocq 9.0, 9.1, and 9.2 to Docker and Opam CI matrices. - Remove legacy `opam install coq` workaround from Docker CI so that preinstalled Rocq 9.x binaries are preserved in the environment. - Update Debian CI package dependencies to coq, libcoq-stdlib, and libcoq-core-ocaml-dev. - Update coq-rewriter.opam bounds to ocaml >= 4.14.0 and coq >= 9.0~.
JasonGross
enabled auto-merge (squash)
September 2, 2026 14:39
auto-merge was automatically disabled
September 3, 2026 11:14
Head branch was pushed to by a user without write access
Author
|
The CI was interfering with Miriam's PR because I used the same branch name. This should now be fixed. |
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.
Supersedes #212.
This PR incorporates all of Miriam's Rocq 9.0 compatibility updates and addresses review feedback from @JasonGross on
coq-rewriter.opam:{build}and version constraint onocaml(as Rocq 9.0 already requires OCaml >= 4.14.0).rocq-coreandrocq-stdlibrather than relying on the legacycoqcompatibility metapackage.