We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b103ce commit bd4f9b6Copy full SHA for bd4f9b6
travis-ci/docker_build_wrap.sh
@@ -20,8 +20,9 @@ if [ "${MB_ML_VER}" == "_2_24" ]; then
20
apt-get install -y --no-install-recommends bison flex gettext texinfo dejagnu quilt chrpath dwz debugedit python3 file xz-utils lsb-release zlib1g-dev procps
21
curl -fsSL https://ftp.gnu.org/gnu/binutils/binutils-2.36.1.tar.xz | tar -x --xz
22
pushd binutils-2.36.1
23
- ./configure
24
- make -j$(nproc)
+ ./configure &> /dev/null
+ make -j$(nproc) &> /dev/null
25
+ make install &> /dev/null
26
popd
27
fi
28
0 commit comments