Skip to content

Conversation

@miss-islington
Copy link
Contributor

@miss-islingtonmiss-islington commented Nov 15, 2023

The "Check if generated files are up to date" job of GitHub Actions
now runs the "autoreconf -ivf -Werror" command instead of the "make
regen-configure" command to avoid depending on the external quay.io
server.

Add Tools/build/regen-configure.sh script to regenerate the configure
with an Ubuntu container image. The
"quay.io/tiran/cpython_autoconf:271" container image
(https://github.com/tiran/cpython_autoconf) is no longer used.
(cherry picked from commit d9fd33a)

Co-authored-by: Victor Stinner vstinner@python.org


📚 Documentation preview 📚: https://cpython-previews--112126.org.readthedocs.build/

…H-112090) The "Check if generated files are up to date" job of GitHub Actions now runs the "autoreconf -ivf -Werror" command instead of the "make regen-configure" command to avoid depending on the external quay.io server. Add Tools/build/regen-configure.sh script to regenerate the configure with an Ubuntu container image. The "quay.io/tiran/cpython_autoconf:271" container image (https://github.com/tiran/cpython_autoconf) is no longer used. (cherry picked from commit d9fd33a) Co-authored-by: Victor Stinner <vstinner@python.org>
@corona10
Copy link
Member

corona10 commented Nov 16, 2023

Tests / All required checks pass (pull_request)

@hugovk Please check

Sorry, wrong comment

@hugovk
Copy link
Member

Does configure need regenerating locally and updating in this PR?

@erlend-aasland
Copy link
Contributor

Does configure need regenerating locally and updating in this PR?

Yes, it needs to be regenerated; cc. @vstinner

@vstinner
Copy link
Member

Ok, I created #112159

auto-merge was automatically disabled November 16, 2023 14:14

Pull request was closed

@miss-islingtonmiss-islington deleted the backport-d9fd33a-3.12 branch January 2, 2026 18:46
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@miss-islington@corona10@hugovk@erlend-aasland@vstinner