diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2023-01-09 17:51:37 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-09 17:51:37 +0000 |
commit | 54a7228fa692912096f1cdec47be0731c53fea0b (patch) | |
tree | a875921f0ce94691b444c38050a9f2d200841324 /.github | |
parent | Remove undocumented device from pushrules (#14727) (diff) | |
download | synapse-54a7228fa692912096f1cdec47be0731c53fea0b.tar.xz |
Skip testing pypy-3.7-linux wheels as we don't have openssl 3.x on manylinux2014 (#14802)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/release-artifacts.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release-artifacts.yml b/.github/workflows/release-artifacts.yml index 0601a7dbaf..30ac4c1571 100644 --- a/.github/workflows/release-artifacts.yml +++ b/.github/workflows/release-artifacts.yml @@ -148,7 +148,7 @@ jobs: env: # Skip testing for platforms which various libraries don't have wheels # for, and so need extra build deps. - CIBW_TEST_SKIP: pp39-* *i686* *musl* pp37-macosx* + CIBW_TEST_SKIP: pp3{7,9}-* *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 |