Skip to content
Snippets Groups Projects
Commit 0ff78910 authored by Ariadne Conill's avatar Ariadne Conill
Browse files

main/zstd: disable tests on 32-bit arm due to issues caused by having 160 threads

parent 3896c3b2
No related branches found
No related tags found
No related merge requests found
......@@ -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 -fno-strict-aliasing"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment