Skip to content

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

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

Merged
merged 1 commit into from
Nov 16, 2023

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Nov 16, 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)


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

…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)
@vstinner
Copy link
Member Author

cc @hugovk @erlend-aasland

@hugovk hugovk changed the title [3.12] gh-112088: Run autoreconf in GHA check_generated_files (#112090) [3.12] gh-112088: Run autoreconf in GHA check_generated_files (GH-112090) Nov 16, 2023
@vstinner vstinner merged commit a498433 into python:3.12 Nov 16, 2023
@vstinner vstinner deleted the avoid_quay_io12 branch November 16, 2023 14:55
@vstinner
Copy link
Member Author

Thanks for checking. Merged.

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.

2 participants