Try to include at least one PyPy wheel

See
https://github.com/matrix-org/synapse/pull/15019#discussion_r1099993439
for details
This commit is contained in:
David Robertson 2023-02-08 11:01:49 +00:00
parent 67fa671763
commit 897a470ee2
No known key found for this signature in database
GPG key ID: 903ECE108A39DEDD

View file

@ -148,7 +148,8 @@ jobs:
env:
# Skip testing for platforms which various libraries don't have wheels
# for, and so need extra build deps.
CIBW_TEST_SKIP: pp3*-* *i686* *musl*
# We try to include at least one PyPy wheel here.
CIBW_TEST_SKIP: pp3{7,8}-* *i686* *musl*
# Fix Rust OOM errors on emulated aarch64: https://github.com/rust-lang/cargo/issues/10583
CARGO_NET_GIT_FETCH_WITH_CLI: true
CIBW_ENVIRONMENT_PASS_LINUX: CARGO_NET_GIT_FETCH_WITH_CLI