Merge remote-tracking branch 'upstream/main' into arm64
This commit is contained in:
@@ -235,7 +235,8 @@ def setup_python(
|
||||
assert python_configuration.url is not None
|
||||
base_python = install_pypy(tmp, python_configuration.arch, python_configuration.url)
|
||||
else:
|
||||
raise ValueError("Unknown Python implementation")
|
||||
msg = "Unknown Python implementation"
|
||||
raise ValueError(msg)
|
||||
assert base_python.exists()
|
||||
|
||||
log.step("Setting up build environment...")
|
||||
|
||||
Reference in New Issue
Block a user