Skip to content

Commit

Permalink
gnu-built: disable some options in the GNU build
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre committed Dec 31, 2023
1 parent f23902f commit 3560ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/build-gnu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ if test -f gnu-built; then
echo "Note: the customization of the tests will still happen"
else
./bootstrap --skip-po
./configure --quiet --disable-gcc-warnings
./configure --quiet --disable-gcc-warnings --disable-nls --disable-dependency-tracking --disable-bold-man-page-references
#Add timeout to to protect against hangs
sed -i 's|^"\$@|'"${SYSTEM_TIMEOUT}"' 600 "\$@|' build-aux/test-driver
# Change the PATH in the Makefile to test the uutils coreutils instead of the GNU coreutils
Expand Down

0 comments on commit 3560ec6

Please sign in to comment.