Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable compilation without the coq shim on Rocq 9.0 #771

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

proux01
Copy link
Contributor

@proux01 proux01 commented Feb 7, 2025

By reusing the with-rocq-wrap.sh script from Stdlib.
This enables to easily compile HB and mathcomp without the coq compatibility shim with Rocq 9.0+rc1.
Unfortunately we don't yet have the infrastructure to ensure this works in CI (should land soon NixOS/nixpkgs#377439 ), so only tested locally and by Docker CI for now.

TODO:

  • fix release CI job

@proux01 proux01 force-pushed the rocq branch 7 times, most recently from c469a67 to 49df0e1 Compare February 11, 2025 13:30
@gares
Copy link
Contributor

gares commented Feb 11, 2025

Are you sure we need the META files for plugins? I suspect they are a leftover from coq_makefile

@proux01
Copy link
Contributor Author

proux01 commented Feb 11, 2025

Apparently you're right, let's CI confirm

Makefile Outdated Show resolved Hide resolved
@gares
Copy link
Contributor

gares commented Feb 11, 2025

Looks good, just a nit in case I decide to add a bin/ directory or the like

@proux01
Copy link
Contributor Author

proux01 commented Feb 11, 2025

CI seems finally happy. This ends up being essentially a coq-elpi -> rocq-elpi renaming.

@proux01
Copy link
Contributor Author

proux01 commented Feb 11, 2025

Thanks, CI green \o/

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.

2 participants