Skip to content

Commit

Permalink
clearer simulate_32_bit initialization
Browse files Browse the repository at this point in the history
Co-authored-by: Joe Rickerby <joerick@mac.com>
  • Loading branch information
mayeut and joerick committed Sep 18, 2023
1 parent 0ccf1dc commit 7a8b801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cibuildwheel/oci_container.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def __enter__(self) -> 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
Expand Down

0 comments on commit 7a8b801

Please sign in to comment.