Skip to content

Commit f0a31d7

Browse files
committed
limit aarch64 kernels to avoid SVE and up
1 parent cd57ba4 commit f0a31d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/build_steps.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,8 @@ EOF
171171
Linux-aarch64)
172172
local bitness=64
173173
local target="ARMV8"
174+
# manylinux2014 image uses gcc-10, which miscompiles ARMV8SVE and up
175+
local dynamic_list="ARMV8 CORTEXA53 NEOVERSEN1 NEOVERSEN2 VORTEX"
174176
;;
175177
Darwin-arm64)
176178
local bitness=64

0 commit comments

Comments
 (0)