Skip to content

Commit 4ef3372

Browse files
committed
Don't use yum for ubuntu image
1 parent a6a1ec2 commit 4ef3372

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/cibw_before_all_linux_armv8l.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44

55
cat wheels/LICENSE_linux_wheels.txt >> LICENSE
66

7-
yum install -y xz
7+
#yum install -y xz
88
bin/build_dependencies_unix.sh\
99
--gmp gmp\
1010
--host aarch64-pc-linux-gnu\

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ package = "flint"
8282
[tool.cibuildwheel]
8383
# requires-python needs to keep in sync with this and also the list of Python
8484
# versions the wheels are tested against in CI.
85-
build = "cp311-* cp312-* cp313-* cp313t-* cp314-* cp314t-* pp311-*"
85+
build = "pp311-*"
8686
skip = "*-win32 *-manylinux_i686 *-musllinux_*"
8787

8888
manylinux-x86_64-image = "manylinux2014"

0 commit comments

Comments
 (0)