-
Notifications
You must be signed in to change notification settings - Fork 4
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
CI failures using docker-coq-action cause of debian download issues #71
Comments
Hi @MSoegtropIMC |
Dear @MSoegtropIMC, Cc @andrew-appel, This error was actually independent of Looking from the GHA log you mentioned (https://github.com/PrincetonUniversity/VST/runs/5440552516), the issue comes earlier than the building of |
Apart from that, I have run again
|
Incidentally, as mentioned by @MSoegtropIMC, all Of course, this bump is not trivial as it could cause breaking issues for Coq projects that install specific Debian packages. In the meantime @MSoegtropIMC @andrew-appel, do you think BTW some of your CI workflows would be negatively impacted by one such Debian version bump? |
@erikmd : thanks for your analysis - I will follow up in VST CI. Regarding a debian change: I would say as long as OCaml runs we are fine. There have been recent issues with OCaml and recent Ubuntu - I guess Debian might be similar - but these have been fixed and back ported down to OCaml 4.10.X. So I don't expect any issues. |
FTR, there were a couple of PRs from our side applying this patch in VST's CI:
But at the time, it wasn't sufficient to fix all the issues that existed. |
Dear docker-coq-action Team,
since today we are getting in VST CI this error about the download of the debian base image:
I must say I don't understand how it comes to this and where the debian image is coded. Shouldn't docker-coq-action and coq-docker depend on (https://hub.docker.com/_/debian/)?
See: PrincetonUniversity/VST#550
The text was updated successfully, but these errors were encountered: