-
Notifications
You must be signed in to change notification settings - Fork 52
Add the latest Docker images to the CI. #157
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
Add the latest Docker images to the CI. #157
Conversation
|
I'm clearly no fullstack dev. |
2c7ee35 to
7a2c481
Compare
|
For some reason, 8.19 and 8.20 take more than one hour to succeed, but this does not seem related to this patch. Rather, we're just compiling a bunch of reverse deps that are not there in the other runs. |
|
ping @liyishuai @gmalecha who has the permissions for this? |
|
The reason why it is testing reverse deps is because of this line in the Line 9 in b27e806
No idea why this happens only for Coq 8.20. |
It's not that it doesn't happen for 9.0 and dev, it's that certicoq has no package compatible with them so only gets tested (and brings in its metacoq dep) on 8.19 and 8.20. |
No description provided.