Commit 3c291f1b authored by Paul Spooren's avatar Paul Spooren Committed by Holger Levsen
Browse files

openwrt: less verbose during toolchain build



Printing everything during the toolchain build slows down the build
since it uses only a single core and also overloads Jenkins with a flood
of shell output. Since build logs are stored, speed things up.

Signed-off-by: Paul Spooren's avatarPaul Spooren <mail@aparcar.org>
Signed-off-by: Holger Levsen's avatarHolger Levsen <holger@layer-acht.org>
parent bf5ee58c
...@@ -271,9 +271,9 @@ openwrt_build_toolchain() { ...@@ -271,9 +271,9 @@ openwrt_build_toolchain() {
echo "$(date -u) - Building the toolchain." echo "$(date -u) - Building the toolchain."
echo "=============================================================================" echo "============================================================================="
#OPTIONS=('-j' "$NUM_CPU" 'IGNORE_ERRORS=n m y' 'BUILD_LOG=1') OPTIONS=('-j' "$NUM_CPU" 'IGNORE_ERRORS=n m y' 'BUILD_LOG=1')
#OPTIONS=('-j' "1" 'IGNORE_ERRORS=n m y' 'BUILD_LOG=1' 'V=s') #OPTIONS=('-j' "1" 'IGNORE_ERRORS=n m y' 'BUILD_LOG=1' 'V=s')
OPTIONS=('-j' "1" 'IGNORE_ERRORS=n m y' 'BUILD_LOG=1' 'V=99') #OPTIONS=('-j' "1" 'IGNORE_ERRORS=n m y' 'BUILD_LOG=1' 'V=99')
# cmake/compile fails because of a missing ninja. but only on the jenkins nodes :P. # cmake/compile fails because of a missing ninja. but only on the jenkins nodes :P.
# i couldn't reproduce it on my machine. # i couldn't reproduce it on my machine.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment