Merge branch 'arm64' of https://github.com/zooba/cibuildwheel into arm64
This commit is contained in:
@@ -203,7 +203,7 @@ def setup_rust_cross_compile(
|
|||||||
else:
|
else:
|
||||||
log.warning(
|
log.warning(
|
||||||
"Unable to configure Rust cross-compilation for architecture '%s'",
|
"Unable to configure Rust cross-compilation for architecture '%s'",
|
||||||
python_configuration.arch
|
python_configuration.arch,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
from __future__ import annotations
|
||||||
|
|
||||||
import textwrap
|
import textwrap
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
|
|||||||
Reference in New Issue
Block a user