Skip to content

Commit 7a8b801

Browse files
mayeutjoerick
andauthored
clearer simulate_32_bit initialization
Co-authored-by: Joe Rickerby <[email protected]>
1 parent 0ccf1dc commit 7a8b801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cibuildwheel/oci_container.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def __enter__(self) -> OCIContainer:
110110
if detect_ci_provider() == CIProvider.travis_ci and platform.machine() == "ppc64le":
111111
network_args = ["--network=host"]
112112

113-
simulate_32_bit = self.enforce_32_bit
113+
simulate_32_bit = False
114114
if self.enforce_32_bit:
115115
# If the architecture running the image is already the right one
116116
# or the image entrypoint takes care of enforcing this, then we don't need to

0 commit comments

Comments
 (0)