-
Notifications
You must be signed in to change notification settings - Fork 84
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
Nix CI reverse dependency compatibility testing #1107
base: coq-8.19
Are you sure you want to change the base?
Conversation
The Nix CI works again now. The CI is quite slow because caching is disabled on pull requests that modify the workflow files, caching should work when merged assuming that the I will set up CI for the 8.20 and main branches in separate PRs later if this is something that we want. |
@yforster does this look good to you? |
Looking at the actions, I see that both the ElmExtraction and RustExtraction targets run for 33m. Does that mean they literally rebuild MetaCoq, or do they just wait for the MetaCoq job to finish? From the log it seems like they are rebuilding, meaning we build MetaCoq 3 times or so per CI run now? |
Yes, they are rebuilding MetaCoq since caching hasn't been enabled yet. It should work once merged assuming that the |
This PR attempts to fix the current Nix CI and sets up reverse dependency compatibility testing for all the libraries in nixpkgs that depend on MetaCoq.
Currently, Nix CI is only configured for the 8.19 branch.