From f5c5429fe84a692e1def0c3a13aeb8eabbe8a811 Mon Sep 17 00:00:00 2001 From: link2xt Date: Sat, 9 Jul 2022 21:35:24 +0000 Subject: [PATCH] Do not build PyPy wheels on musllinux musllinux images don't have PyPy installed --- scripts/concourse/docs_wheels.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/concourse/docs_wheels.yml b/scripts/concourse/docs_wheels.yml index ccfd12949..d42b5c4dc 100644 --- a/scripts/concourse/docs_wheels.yml +++ b/scripts/concourse/docs_wheels.yml @@ -280,6 +280,7 @@ jobs: args: - -exc - | + sed -i s/pypy37,pypy38,pypy39,// scripts/run_all.sh scripts/run_all.sh # Upload musl x86_64 wheels