diff options
author | David Robertson <davidr@element.io> | 2023-02-08 11:01:49 +0000 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2023-02-08 11:01:49 +0000 |
commit | 897a470ee2827dea7fb32ba5780e48173cc80364 (patch) | |
tree | 61a9ba6ebe7034912fa50b67ad9b9bd5273b81f0 | |
parent | DEBUG: build lodsofewheels (diff) | |
download | synapse-dmr/pypy-wheels.tar.xz |
Try to include at least one PyPy wheel github/dmr/pypy-wheels dmr/pypy-wheels
See https://github.com/matrix-org/synapse/pull/15019#discussion_r1099993439 for details
-rw-r--r-- | .github/workflows/release-artifacts.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/release-artifacts.yml b/.github/workflows/release-artifacts.yml index ae0e4f5eaa..d030f319f7 100644 --- a/.github/workflows/release-artifacts.yml +++ b/.github/workflows/release-artifacts.yml @@ -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 |