]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-112088: Run autoreconf in GHA check_generated_files (#112090)
authorVictor Stinner <vstinner@python.org>
Wed, 15 Nov 2023 20:47:14 +0000 (21:47 +0100)
committerGitHub <noreply@github.com>
Wed, 15 Nov 2023 20:47:14 +0000 (21:47 +0100)
commitd9fd33a869d2be769ff596530f63ee099465b037
tree3fc6592badc8493fd767e1d56b7bb5d3fe5d2540
parent7e2308aaa29419eadeef3a349c7c4d78e2cbc989
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.
.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