Skip to content

Commit 5fb9561

Browse files
committed
PG-1870 Silence make output in the CI
The output spam from make makes it hard to find errors when the build fails.
1 parent e0cea39 commit 5fb9561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci_scripts/make-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ case "$1" in
4444
esac
4545

4646
./configure --prefix="$INSTALL_DIR" --enable-debug --enable-tap-tests $ARGS
47-
make install-world -j
47+
make install-world -j -s

0 commit comments

Comments
 (0)