Skip to content

Conversation

@vstinner
Copy link
Member

@vstinnervstinner 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
MemberAuthor

cc @hugovk@erlend-aasland

@hugovkhugovk 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
@vstinnervstinner merged commit a498433 into python:3.12Nov 16, 2023
@vstinnervstinner deleted the avoid_quay_io12 branch November 16, 2023 14:55
@vstinner
Copy link
MemberAuthor

Thanks for checking. Merged.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@vstinner@hugovk