Skip to content

Commit 17033b5

Browse files
committed
Skip Arb tests
1 parent a01783b commit 17033b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bin/build_dependencies_unix.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,8 @@ cd arb-$ARBVER
232232
#
233233
PATH=$PATH:$PREFIX/lib:$PREFIX/bin \
234234
ARB_TEST_MULTIPLIER=0.1 \
235-
make check
235+
# Skip Arb tests now because they are slow.
236+
# make check
236237
cd ..
237238

238239
# ------------------------------------------------------------------------- #

0 commit comments

Comments
 (0)