FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[3.12] gh-112088: Run autoreconf in GHA check_generated_files (GH-112090) by miss-islington · Pull Request #112126 · python/cpython · GitHub

/ cpython Public

[3.12] gh-112088: Run autoreconf in GHA check_generated_files (GH-112090) - #112126

Closed
miss-islington wants to merge 1 commit into
python:3.12from
miss-islington:backport-d9fd33a-3.12
Closed

[3.12] gh-112088: Run autoreconf in GHA check_generated_files (GH-112090)#112126
miss-islington wants to merge 1 commit into
python:3.12from
miss-islington:backport-d9fd33a-3.12

Conversation

miss-islington commented Nov 15, 2023
edited by github-actions Bot
Loading

Copy link
Copy Markdown
Contributor

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)

Co-authored-by: Victor Stinner vstinner@python.org


📚 Documentation preview 📚: https://cpython-previews--112126.org.readthedocs.build/

…H-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)

Co-authored-by: Victor Stinner <vstinner@python.org>

corona10 commented Nov 16, 2023
edited
Loading

Copy link
Copy Markdown
Member

Tests / All required checks pass (pull_request)

@hugovk Please check

Sorry, wrong comment

hugovk commented Nov 16, 2023

Copy link
Copy Markdown
Member

Does configure need regenerating locally and updating in this PR?

Copy link
Copy Markdown
Contributor

Does configure need regenerating locally and updating in this PR?

Yes, it needs to be regenerated; cc. @vstinner

Copy link
Copy Markdown
Member

Ok, I created #112159

vstinner closed this Nov 16, 2023
auto-merge was automatically disabled November 16, 2023 14:14

Pull request was closed

miss-islington deleted the backport-d9fd33a-3.12 branch January 2, 2026 18:46
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants


Back | FazBrowse Home | New Git URL