From afa5c15581fad94882f922f5db89f287c0a57489 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Fri, 21 Apr 2023 16:53:15 +0200 Subject: [PATCH] gnu test: don't sync the po files We aren't testing the locale yet. --- util/build-gnu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/build-gnu.sh b/util/build-gnu.sh index 9035fa69b..486cf3227 100755 --- a/util/build-gnu.sh +++ b/util/build-gnu.sh @@ -67,7 +67,7 @@ if test -f gnu-built; then echo "'rm -f $(pwd)/gnu-built' to force the build" echo "Note: the customization of the tests will still happen" else - ./bootstrap + ./bootstrap --skip-po ./configure --quiet --disable-gcc-warnings #Add timeout to to protect against hangs sed -i 's|^"\$@|/usr/bin/timeout 600 "\$@|' build-aux/test-driver