mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Only build aarch64 wheels for cpython manylinux (#14259)
This commit is contained in:
parent
5f77b74215
commit
1c642156d7
1
changelog.d/14259.misc
Normal file
1
changelog.d/14259.misc
Normal file
@ -0,0 +1 @@
|
|||||||
|
Only build aarch64 wheels for cpython manylinux.
|
@ -318,7 +318,7 @@ build-backend = "poetry.core.masonry.api"
|
|||||||
|
|
||||||
[tool.cibuildwheel]
|
[tool.cibuildwheel]
|
||||||
# Skip unsupported platforms (by us or by Rust).
|
# Skip unsupported platforms (by us or by Rust).
|
||||||
skip = "cp36* *-musllinux_i686"
|
skip = "cp36* *-musllinux_i686 pp*aarch64 *-musllinux_aarch64"
|
||||||
|
|
||||||
# We need a rust compiler
|
# We need a rust compiler
|
||||||
before-all = "curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain stable -y --profile minimal"
|
before-all = "curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain stable -y --profile minimal"
|
||||||
|
Loading…
Reference in New Issue
Block a user