Skip to content

Commit

Permalink
.github/workflows/dist.yml: Build gmp, mpfr, mpc from SPKG
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Mar 20, 2024
1 parent fad62dd commit 8830acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
# SPKGs to install as system packages
SPKGS: _bootstrap _prereq
# Non-Python packages to install as spkgs
TARGETS_PRE: ppl-ensure gmp-ensure mpfr-ensure mpc-ensure
TARGETS_PRE: gmp mpfr mpc ppl-ensure
# Disable building PyPy wheels on all platforms
# Disable musllinux until #33083 provides alpine package information
CIBW_SKIP: "pp* *-musllinux*"
Expand Down

0 comments on commit 8830acf

Please sign in to comment.