Skip to content

Commit 12b269b

Browse files
committed
Use 'regen-configure' Makefile target
1 parent 5fe2dff commit 12b269b

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

run_release.py

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -412,17 +412,8 @@ def prepare_pydoc_topics(db: DbfilenameShelf) -> None:
412412

413413
def run_autoconf(db: DbfilenameShelf) -> None:
414414
subprocess.check_call(
415-
[
416-
"docker",
417-
"run",
418-
"--rm",
419-
"--pull=always",
420-
f"-v{db['git_repo']}:/src",
421-
"quay.io/tiran/cpython_autoconf:cp311",
422-
],
423-
cwd=db["git_repo"],
415+
["make", "regen-configure"], cwd=db["git_repo"],
424416
)
425-
subprocess.check_call(["docker", "rmi", "quay.io/tiran/cpython_autoconf", "-f"])
426417
subprocess.check_call(
427418
["git", "commit", "-a", "--amend", "--no-edit"], cwd=db["git_repo"]
428419
)

0 commit comments

Comments
 (0)