-
-
Notifications
You must be signed in to change notification settings - Fork 510
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
tox / GH Actions: Add centos-7-devtoolset-gcc_{9,10,11} #32965
Comments
Dependencies: #32966 |
This comment has been minimized.
This comment has been minimized.
Author: Matthias Koeppe |
Last 10 new commits:
|
Commit: |
This comment has been minimized.
This comment has been minimized.
comment:8
testing this on https://github.com/sagemath/sagetrac-mirror/actions/runs/1818122556 |
comment:9
Replying to @dimpase:
That's not testing anything related to the ticket because I have not changed |
comment:10
OK, testing this now. I wonder, by the way, whether it's possible to give docker images created meaningful names, and not these automatically assigned |
comment:11
The images are already tagged with names such as |
comment:12
Replying to @mkoeppe:
Well, they matter for debugging,say. And figuring this out by names might be a good idea. |
comment:13
No, these containers are dead. They have been committed to tagged images already. For debugging purposes, you run a new container from that image. |
comment:14
OK, it works |
Reviewer: Dima Pasechnik |
comment:15
Thanks! |
comment:17
this needs a rebase |
Branch pushed to git repo; I updated commit sha1 and set ticket back to needs_review. New commits:
|
Changed branch from u/mkoeppe/tox___gh_actions__add_fedora_centos_variants_using_devtoolset to |
(from #30876)
centos-7
has EOL June 2024 and comes with the very outdated gcc 4.x, which we will not be able to use any more (see #32074)We add variants
centos-7-devtoolset-gcc_{9,10,11}
, following https://stackoverflow.com/a/67212990/557937; to test:This prepares a switch from
centos-7
tocentos-7-devtoolset-gcc_11
, as suggested by dimpase in #30876 comment:12("nobody nowadays is using gcc 4 on Centos 7... We can and should drop gcc 4, without dropping OSs")
(This is not needed for
fedora
because even the oldest that we currently support,fedora-26
, comes with GCC 7.1.1.)Depends on #32966
Depends on #33306
CC: @dimpase
Component: porting
Author: Matthias Koeppe
Branch/Commit:
d11dd6e
Reviewer: Dima Pasechnik
Issue created by migration from https://trac.sagemath.org/ticket/32965
The text was updated successfully, but these errors were encountered: