Skip to content

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

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

Closed

Conversation

miss-islington
Copy link
Contributor

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

hugovk commented Nov 16, 2023

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

@vstinner vstinner closed this Nov 16, 2023
auto-merge was automatically disabled November 16, 2023 14:14

Pull request was closed

Sign up for free to 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