-
Notifications
You must be signed in to change notification settings - Fork 10
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
Dev CI compilation fails, despite code compiling everywhere else #23
Labels
bug
Something isn't working
Comments
@jakezweifler Why did you mark this a closed? It looks like the dev version is still failing. @k4rtik Do you have any suggestions? |
I took a look, it seems like because in our yml file we have:
but they have recently upgraded the OCaml version to I will see how to get the CI to work again. |
khieta
added a commit
that referenced
this issue
Jun 21, 2022
Update `ocaml_version` for coq:dev CI to run. Closes #23 Merging for now to get CI working - will worry about the v8.12 issue later.
khieta
added a commit
that referenced
this issue
Jun 21, 2022
khieta
added a commit
that referenced
this issue
Jun 22, 2022
Set CI to use 'default' version of OCaml
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When compiling the dev version of the project, an error is thrown near the beginning of compilation when trying to "pull docker image." Despite this fail, all other versions compile successfully. I also tried recompiling code that succeeded on dev 10 days ago, and the compilation failed, suggesting that the problem is external to the project. How should I fix this?
The text was updated successfully, but these errors were encountered: