-
Notifications
You must be signed in to change notification settings - Fork 92
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: replace centos:7 container by redhat/ubi9:latest #327
Conversation
CentOS 9 is not as much different from other distros as CentOS 7 used to be, so I’m personally inclined to drop this CI job if it’s nontrivial to set up. |
Somewhere it has been said that
|
Thanks! |
Arrrgh, I forgot to squash, will |
Apparently even my access level is not enough to |
Ok, no worries. Been there, done that. :-D Thanks! |
I wish github would have a special label like "squash me" that one would have to remove first if one wanted to merge other than squash... In the Agda repo, I created the "pr: squash me" label, but it is easy to overlook, does not have the magic I want it to have... |
Github disabled workflow
ci.yml
because its jobcentos7
perpetually failed (Centos EOL).This replaces the
centos:7
image byredhat/ubi9:latest
.SQUASH this PR upon merge.