We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ccf1dc commit 7a8b801Copy full SHA for 7a8b801
cibuildwheel/oci_container.py
@@ -110,7 +110,7 @@ def __enter__(self) -> OCIContainer:
110
if detect_ci_provider() == CIProvider.travis_ci and platform.machine() == "ppc64le":
111
network_args = ["--network=host"]
112
113
- simulate_32_bit = self.enforce_32_bit
+ simulate_32_bit = False
114
if self.enforce_32_bit:
115
# If the architecture running the image is already the right one
116
# or the image entrypoint takes care of enforcing this, then we don't need to
0 commit comments