gh-152785: Upgrade GCC from 10 to 13 in GHA Address Sanitizer#152782
Conversation
Remove the step which installs GCC 10. This step was needed when Ubuntu only had GCC 9. We are now using Ubuntu 24.04 which has GCC 13.2.
|
The "Address sanitizer (ubuntu-24.04)" job completed successfully with GCC 13.3.0. |
|
Before, test.pythoninfo: After, test.pythoninfo: |
|
How far can we backport this? We need to keep the CI running until branch EOL, and it's easier to maintain if we the branches are more similar to each other. |
|
Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.14. |
|
Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.15. |
|
GH-152948 is a backport of this pull request to the 3.14 branch. |
|
GH-152949 is a backport of this pull request to the 3.15 branch. |
|
Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13. |
|
GH-152950 is a backport of this pull request to the 3.13 branch. |
Oh ok. I backported the change to 3.13, 3.14 and 3.15 branches. The Java version upgrade #152783 was also backported to these branches. |
…H-152782) (#152950) gh-152785: Upgrade GCC from 10 to 13 in GHA Address Sanitizer (GH-152782) Remove the step which installs GCC 10. This step was needed when Ubuntu only had GCC 9. We are now using Ubuntu 24.04 which has GCC 13. (cherry picked from commit 31a0e09) Co-authored-by: Victor Stinner <vstinner@python.org>
…H-152782) (#152948) gh-152785: Upgrade GCC from 10 to 13 in GHA Address Sanitizer (GH-152782) Remove the step which installs GCC 10. This step was needed when Ubuntu only had GCC 9. We are now using Ubuntu 24.04 which has GCC 13. (cherry picked from commit 31a0e09) Co-authored-by: Victor Stinner <vstinner@python.org>
…H-152782) (#152949) gh-152785: Upgrade GCC from 10 to 13 in GHA Address Sanitizer (GH-152782) Remove the step which installs GCC 10. This step was needed when Ubuntu only had GCC 9. We are now using Ubuntu 24.04 which has GCC 13. (cherry picked from commit 31a0e09) Co-authored-by: Victor Stinner <vstinner@python.org>
Remove the step which installs GCC 10. This step was needed when Ubuntu only had GCC 9. We are now using Ubuntu 24.04 which has GCC 13.2.