SIGN IN SIGN UP

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.
V
Victor Stinner committed
d9fd33a869d2be769ff596530f63ee099465b037
Parent: 7e2308a
Committed by GitHub <noreply@github.com> on 11/15/2023, 8:47:14 PM