From 7a8b8012ffe79448b50852f8b7c327292ed61f48 Mon Sep 17 00:00:00 2001 From: Matthieu Darbois Date: Mon, 18 Sep 2023 21:30:22 +0200 Subject: [PATCH] clearer simulate_32_bit initialization Co-authored-by: Joe Rickerby --- cibuildwheel/oci_container.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cibuildwheel/oci_container.py b/cibuildwheel/oci_container.py index bfb3ff19..9b2d1751 100644 --- a/cibuildwheel/oci_container.py +++ b/cibuildwheel/oci_container.py @@ -110,7 +110,7 @@ class OCIContainer: if detect_ci_provider() == CIProvider.travis_ci and platform.machine() == "ppc64le": network_args = ["--network=host"] - simulate_32_bit = self.enforce_32_bit + simulate_32_bit = False if self.enforce_32_bit: # If the architecture running the image is already the right one # or the image entrypoint takes care of enforcing this, then we don't need to