From 98f09a6b8b08b705dca590924101fd24e4bc2f76 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 24 May 2021 22:32:48 +0200 Subject: [PATCH] gnu/ci: don't run seq-precision - logs are too long --- util/build-gnu.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/util/build-gnu.sh b/util/build-gnu.sh index c2659ae11..e8ab4e44d 100644 --- a/util/build-gnu.sh +++ b/util/build-gnu.sh @@ -58,6 +58,10 @@ sed -i -e '/tests\/misc\/invalid-opt.pl/ D' \ -e '/tests\/misc\/help-version-getopt.sh/ D' \ Makefile +# logs are clotted because of this test +sed -i -e '/tests\/misc\/seq-precision.sh/ D' \ + Makefile + # printf doesn't limit the values used in its arg, so this produced ~2GB of output sed -i '/INT_OFLOW/ D' tests/misc/printf.sh