Skip to content

Commit 7bc73a3

Browse files
Greatly reduce GCC build logs
1 parent 6f3eb1c commit 7bc73a3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Diff for: src/ci/docker/host-x86_64/dist-x86_64-linux/build-gccjit.sh

+4-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ cd ../gcc-build
2020
--enable-checking=release \
2121
--disable-bootstrap \
2222
--disable-multilib \
23-
--prefix=$(pwd)/../gcc-install
24-
make
25-
make install
23+
--prefix=$(pwd)/../gcc-install > /dev/null
24+
25+
make > /dev/null
26+
make install > /dev/null
2627

2728
rm -rf ../gcc-src
2829
ln -s /scripts/gcc-install/lib/libgccjit.so /usr/lib/x86_64-linux-gnu/libgccjit.so

0 commit comments

Comments
 (0)