clearer simulate_32_bit initialization

Co-authored-by: Joe Rickerby <joerick@mac.com>
This commit is contained in:
Matthieu Darbois
2023-09-18 21:30:22 +02:00
committed by GitHub
co-authored by Joe Rickerby
parent 0ccf1dc016
commit 7a8b8012ff
+1 -1
View File
@@ -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