Skip to content

Commit e20475b

Browse files
committed
limit aarch64 kernels to ARMV8 only
1 parent f0a31d7 commit e20475b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/build_steps.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,8 @@ EOF
172172
local bitness=64
173173
local target="ARMV8"
174174
# manylinux2014 image uses gcc-10, which miscompiles ARMV8SVE and up
175-
local dynamic_list="ARMV8 CORTEXA53 NEOVERSEN1 NEOVERSEN2 VORTEX"
175+
# local dynamic_list="ARMV8 CORTEXA53 NEOVERSEN1 NEOVERSEN2 VORTEX"
176+
local dynamic_list="ARMV8"
176177
;;
177178
Darwin-arm64)
178179
local bitness=64

0 commit comments

Comments
 (0)