mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-17 10:36:22 +02:00
main/zstd: disable tests on 32-bit arm due to issues caused by having 160 threads
This commit is contained in:
parent
e930282f1e
commit
bd26becbfe
@ -26,6 +26,10 @@ case "$CARCH" in
|
||||
armhf) export CFLAGS="$CFLAGS -DMEM_FORCE_MEMORY_ACCESS=0" ;;
|
||||
esac
|
||||
|
||||
case "$CARCH" in
|
||||
arm*) options="!check" ;;
|
||||
esac
|
||||
|
||||
build() {
|
||||
unset CPPFLAGS
|
||||
local _moreflags="-O2"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user