mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
Co-authored-by: Christian Heimes <christian@python.org>
This commit is contained in:
parent
25543aecfe
commit
83c7386cee
8 changed files with 10580 additions and 7415 deletions
|
|
@ -2584,7 +2584,7 @@ regen-configure:
|
|||
@if command -v podman >/dev/null; then RUNTIME="podman"; else RUNTIME="docker"; fi; \
|
||||
if ! command -v $$RUNTIME; then echo "$@ needs either Podman or Docker container runtime." >&2; exit 1; fi; \
|
||||
if command -v selinuxenabled >/dev/null && selinuxenabled; then OPT=":Z"; fi; \
|
||||
CMD="$$RUNTIME run --rm --pull=always -v $(abs_srcdir):/src$$OPT quay.io/tiran/cpython_autoconf:269"; \
|
||||
CMD="$$RUNTIME run --rm --pull=always -v $(abs_srcdir):/src$$OPT quay.io/tiran/cpython_autoconf:271"; \
|
||||
echo $$CMD; \
|
||||
$$CMD || exit $?
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue