Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 4c84dbd

Browse files
committed
Kokoro: Don't use verbose logging for make
When the build fails, it's very hard to find the compiler error in the spam. Change-Id: Ic975f0a075e4104db82a58ef03e1ba643e520fe2 Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/26031 Kokoro-Presubmit: kokoro <noreply+kokoro@google.com> Tested-by: Ben Clayton <bclayton@google.com> Reviewed-by: Nicolas Capens <nicolascapens@google.com>
1 parent e57f10e commit 4c84dbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kokoro/gcp_ubuntu/continuous.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ git submodule update --init
1212
mkdir -p build && cd build
1313

1414
cmake ..
15-
make --jobs=$(nproc) VERBOSE=1
15+
make --jobs=$(nproc)
1616

1717
# Run the GLES unit tests.
1818
./unittests

0 commit comments

Comments
 (0)