Uh oh!
There was an error while loading. Please reload this page.
gh-122544: Change OS image in GitHub Actions to ubuntu-24.04 - #122566
Conversation
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
AA-Turner
commented
Aug 3, 2024
Failing due to @Damien-Chen are you able to test this please? A |
Damien-Chen
commented
Aug 3, 2024
Sure!. No problem! |
AA-Turner
commented
Aug 3, 2024
The A |
Damien-Chen
commented
Aug 3, 2024
Let me check if I can test it locally on my WSL2 |
It means that adding |
Damien-Chen
commented
Aug 3, 2024
It seems same error, I run on my forked repo in this |
AA-Turner
commented
Aug 3, 2024
Sorry, I meant you need to run |
Damien-Chen
commented
Aug 4, 2024
It seems that the below three file cause error in I test it in several method. First is run Maybe there are some modification between The whole process and result were conduct in my fork repo here And the attached file is the output of running |
Damien-Chen
commented
Aug 6, 2024
For |
144781b to
05cc76bComparehugovk
commented
Sep 23, 2024
(Updating branch to re-trigger CLA bot, which got stuck a few days ago.) |
hugovk
left a comment
There was a problem hiding this comment.
Thanks, CI changes look good to me. I'd like someone else (@corona10? @erlend-aasland?) to review the configure + libmpdec-dev changes.
hugovk
commented
Oct 10, 2024
@Damien-Chen Please could you resolve the conflicts? @erlend-aasland@corona10 Please could you check the configure + libmpdec-dev changes here? We'll also need to upgrade doctest soon (see #125236), but that can be a separate PR. |
erlend-aasland
commented
Oct 10, 2024
I'll check it later today, when I'm back on my laptop. |
cd4be03 to
753387eCompareDamien-Chen
commented
Oct 10, 2024
Resolved conflict. |
Damien-Chen
commented
Oct 19, 2024
Should we merge this as early as possible? |
AA-Turner
commented
Oct 19, 2024
There's no rush to merge this, it is currently blocked on review of the autoconf / configure changes. Most likely we will need to co-ordinate updating e.g. the docker images to Ubuntu 24 too. cc @corona10 A |
hugovk
commented
Feb 18, 2025
Let's backport this to 3.9-3.11, they're still using some |
Thanks @Damien-Chen for the PR, and @erlend-aasland for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9. |
Thanks @Damien-Chen for the PR, and @erlend-aasland for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10. |
Thanks @Damien-Chen for the PR, and @erlend-aasland for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11. |
Sorry, @Damien-Chen and @erlend-aasland, I could not cleanly backport this to |
Sorry, @Damien-Chen and @erlend-aasland, I could not cleanly backport this to |
Sorry, @Damien-Chen and @erlend-aasland, I could not cleanly backport this to |
…ython#122566) (cherry picked from commit fc233f4)
GH-130260 is a backport of this pull request to the 3.11 branch. |
GH-130268 is a backport of this pull request to the 3.10 branch. |
…ython#122566) (cherry picked from commit fc233f4)
GH-130295 is a backport of this pull request to the 3.9 branch. |
GH-130260 is a backport of this pull request to the 3.11 branch. |
GH-130268 is a backport of this pull request to the 3.10 branch. |
GH-130295 is a backport of this pull request to the 3.9 branch. |
Change base OS image in Github Actions from
ubuntu-22.04toubuntu-24.04