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

Unify Coq CI into a single .yml file #1798

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

JasonGross
Copy link
Collaborator

This shares structure a lot more, and will also enable us to (eventually) just check if the generated OCaml code is identical across Coq versions and platforms.

Note that we no longer check generated files on most platforms, and we only validate on Coq master.

@JasonGross
Copy link
Collaborator Author

Hm, probably it would be better to use reusable workflows rather than blocking future steps across platforms

This shares structure a lot more, and will also enable us to
(eventually) just check if the generated OCaml code is identical across
Coq versions and platforms.

Note that we no longer check generated files on most platforms, and we
only validate on Coq master.
@andres-erbsen
Copy link
Contributor

I think branching on the platform inside a larger script isn't great. Reusable workflows might work, but I am not familiar with them.

If we didn't have CI-specific workarounds, I think I would like to have a deps script for each platform and then source the right one. Unfortunately it seems that most of the files in this diff are full of stuff that is really specific to oddities of the proprietary CI infrastructure and I am not sure what to make of it.

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