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

Dev CI compilation fails, despite code compiling everywhere else #23

Closed
jakezweifler opened this issue May 22, 2022 · 2 comments · Fixed by #24
Closed

Dev CI compilation fails, despite code compiling everywhere else #23

jakezweifler opened this issue May 22, 2022 · 2 comments · Fixed by #24
Labels
bug Something isn't working

Comments

@jakezweifler
Copy link
Collaborator

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?

@jakezweifler jakezweifler changed the title Dev CI compilation fails Dev CI compilation fails, despite code compiling everywhere else May 22, 2022
@khieta
Copy link
Member

khieta commented Jun 7, 2022

@jakezweifler Why did you mark this a closed? It looks like the dev version is still failing.

@k4rtik Do you have any suggestions?

@khieta khieta reopened this Jun 7, 2022
@khieta khieta added the bug Something isn't working label Jun 7, 2022
@k4rtik
Copy link
Member

k4rtik commented Jun 8, 2022

I took a look, it seems like because in our yml file we have:

ocaml_version: ['4.07-flambda']

but they have recently upgraded the OCaml version to 4.12+, see https://hub.docker.com/r/coqorg/coq/tags?page=1&name=dev

I will see how to get the CI to work again.

@k4rtik k4rtik linked a pull request Jun 8, 2022 that will close this issue
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 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
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants