Skip to content

Commit

Permalink
guix: disable tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
vertiond committed Mar 31, 2022
1 parent 5d056e5 commit dcf957a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/guix/libexec/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ fi
###########################

# CONFIGFLAGS
CONFIGFLAGS="--enable-reduce-exports --disable-bench --disable-gui-tests"
CONFIGFLAGS="--enable-reduce-exports --disable-bench --disable-tests"
case "$HOST" in
*linux*) CONFIGFLAGS+=" --enable-glibc-back-compat" ;;
esac
Expand Down

0 comments on commit dcf957a

Please sign in to comment.