Support Rocq 9.0 minimum across build system, CI, and tools - #2425
Merged
Merged
Conversation
Drop support for Coq <= 8.20 and transition the build system and tooling to Rocq 9.0 minimum (with rocq-stdlib >= 9.1~). - Update Makefile and Makefile.cached to invoke rocq makefile and rocq compile directly without legacy coq binaries. - Update CI helper scripts across Linux, macOS, and Windows to invoke rocq directly. - Add Rocq 9.0, 9.1, and 9.2 to Docker, Opam, macOS, and Windows CI. - Update Docker CI COQBIN discovery to resolve rocq directly. - Update Debian CI package dependencies to coq, libcoq-stdlib, and libcoq-core-ocaml-dev. - Update opam package bounds to ocaml >= 4.14.0, coq >= 9.0~, and rocq-stdlib >= 9.1~. - Update warning suppression flags for Rocq 9.0-9.2 deprecation. - Update README.md requirements. - Submodules decoupled: preserve base pointers for coqprime, rewriter, and rupicola.
…Rocq 9.0 compat commits
Contributor
|
🎉 |
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.
Transition build system, CI, tools, and submodules to Rocq 9.0 minimum.
rewriter: dc00bbafd (Rocq 9.0 compat rewriter#214)rupicola: 5d37f856 (Support Rocq 9.0 minimum, update CI, and bump bedrock2 rupicola#224, including bedrock2#560, kami#50, riscv-coq#53, coqutil#183)coqprime: 33717912 (Adapt to https://github.com/rocq-prover/rocq/pull/21478 thery/coqprime#93)etc/coq-scripts: 45804773Co-authored-by: Miriam Polzer mpolzer@google.com