Skip to content

[3.12] gh-112088: Run autoreconf in GHA check_generated_files (GH-112090) - #112126

Closed
miss-islington wants to merge 1 commit into
python:3.12from
miss-islington:backport-d9fd33a-3.12
Closed

[3.12] gh-112088: Run autoreconf in GHA check_generated_files (GH-112090)#112126
miss-islington wants to merge 1 commit into
python:3.12from
miss-islington:backport-d9fd33a-3.12

Conversation

@miss-islington

@miss-islingtonmiss-islington commented Nov 15, 2023

Copy link
Copy Markdown
Contributor

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

corona10 commented Nov 16, 2023

Copy link
Copy Markdown
Member

Tests / All required checks pass (pull_request)

@hugovk Please check

Sorry, wrong comment

@hugovk

Copy link
Copy Markdown
Member

Does configure need regenerating locally and updating in this PR?

@erlend-aasland

Copy link
Copy Markdown
Contributor

Does configure need regenerating locally and updating in this PR?

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

@vstinner

Copy link
Copy Markdown
Member

Ok, I created #112159

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

Pull request was closed

@miss-islington
miss-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