We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0a31d7 commit e20475bCopy full SHA for e20475b
tools/build_steps.sh
@@ -172,7 +172,8 @@ EOF
172
local bitness=64
173
local target="ARMV8"
174
# manylinux2014 image uses gcc-10, which miscompiles ARMV8SVE and up
175
- local dynamic_list="ARMV8 CORTEXA53 NEOVERSEN1 NEOVERSEN2 VORTEX"
+ # local dynamic_list="ARMV8 CORTEXA53 NEOVERSEN1 NEOVERSEN2 VORTEX"
176
+ local dynamic_list="ARMV8"
177
;;
178
Darwin-arm64)
179
0 commit comments