Skip to content

Commit f3d40bd

Browse files
committed
Try Albin's other PR
1 parent 53ea14c commit f3d40bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/build_dependencies_unix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ echo
283283
#cd flint-$FLINTVER
284284
git clone https://github.com/albinahlback/flint.git
285285
cd flint
286-
git checkout rbit
286+
git checkout machine_vectors_casts
287287
./bootstrap.sh
288288
# --host=$HOST_ARG\ # host is ignored
289289
# --enable-arch works on 3.1.3p1, not available on HEAD

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ skip = "*-win32 *-manylinux_i686 *-musllinux_*"
8989
# free-threaded-support = true
9090

9191
manylinux-x86_64-image = "manylinux2014"
92-
manylinux-aarch64-image = "manylinux2014"
92+
manylinux-aarch64-image = "manylinux_2_28"
9393
manylinux-i686-image = "manylinux2014"
9494
test-command = "python -c \"import flint; print(str(flint.fmpz(2)))\""
9595

0 commit comments

Comments
 (0)