diff options
author | Victor Stinner <vstinner@python.org> | 2023-11-16 14:55:40 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-16 14:55:40 (GMT) |
commit | a498433df2015143fe761dd1b839268fdba0e7d6 (patch) | |
tree | 65048f2af9c1f9052674bb6e1869230e8c9c1bc2 /Lib/idlelib/stackviewer.py | |
parent | 2e17a81719921da8e75e7035ab057fb7bd408d96 (diff) | |
download | cpython-a498433df2015143fe761dd1b839268fdba0e7d6.zip cpython-a498433df2015143fe761dd1b839268fdba0e7d6.tar.gz cpython-a498433df2015143fe761dd1b839268fdba0e7d6.tar.bz2 |
[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)
Diffstat (limited to 'Lib/idlelib/stackviewer.py')
0 files changed, 0 insertions, 0 deletions