]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-112088: Run autoreconf in GHA check_generated_files (GH-112090) (#112159)
authorVictor Stinner <vstinner@python.org>
Thu, 16 Nov 2023 14:55:40 +0000 (15:55 +0100)
committerGitHub <noreply@github.com>
Thu, 16 Nov 2023 14:55:40 +0000 (15:55 +0100)
commita498433df2015143fe761dd1b839268fdba0e7d6
tree65048f2af9c1f9052674bb6e1869230e8c9c1bc2
parent2e17a81719921da8e75e7035ab057fb7bd408d96
[3.12] gh-112088: Run autoreconf in GHA check_generated_files (GH-112090) (#112159)

gh-112088: Run autoreconf in GHA check_generated_files (#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 d9fd33a869d2be769ff596530f63ee099465b037)
.github/workflows/build.yml
.github/workflows/posix-deps-apt.sh
Doc/using/configure.rst
Makefile.pre.in
Misc/NEWS.d/next/Build/2023-11-15-13-40-29.gh-issue-112088.UJQxxh.rst [new file with mode: 0644]
Tools/build/regen-configure.sh [new file with mode: 0755]
aclocal.m4
configure
configure.ac