Skip to content

Commit 6f83f77

Browse files
committed
do not specify dynamic list for aarch64 builds execpt for manylinux2014
1 parent cfa7887 commit 6f83f77

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tools/build_steps.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,6 @@ EOF
175175
if [ "$MB_ML_VER" == "2014" ]; then
176176
echo setting DYNAMIC_LIST for manylinux2014 to ARMV8 only
177177
local dynamic_list="ARMV8"
178-
else
179-
local dynamic_list="ARMV8 CORTEXA53 NEOVERSEN1 NEOVERSEN2 VORTEX A64FX ARM9SME"
180178
fi
181179
;;
182180
Darwin-arm64)

0 commit comments

Comments
 (0)