Skip to content

Commit a6a1ec2

Browse files
committed
Copy aarch64 -> armv8l for PyPy
1 parent b93199f commit a6a1ec2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#!/usr/bin/env bash
2+
3+
set -e
4+
5+
cat wheels/LICENSE_linux_wheels.txt >> LICENSE
6+
7+
yum install -y xz
8+
bin/build_dependencies_unix.sh\
9+
--gmp gmp\
10+
--host aarch64-pc-linux-gnu\
11+
--use-gmp-github-mirror

0 commit comments

Comments
 (0)