ClangBuiltLinux / continuous-integration

Continuous integration of latest Linux kernel with daily build of Clang & LLVM tools
https://travis-ci.com/ClangBuiltLinux/continuous-integration
Apache License 2.0
44 stars 18 forks source link

driver.sh: Use the '-s' flag for make to show only warnings/errors #231

Closed nathanchance closed 4 years ago

nathanchance commented 4 years ago

Actually, this could cause Travis to timeout if we go 10 minutes without a warning: https://docs.travis-ci.com/user/common-build-problems/#my-builds-are-timing-out

tpimh commented 4 years ago

Also if there are multiple errors, it's easier to see where output from one compilation command ends and next output begins without -s. With -s it's just a long output without any breaks.

nathanchance commented 4 years ago

Yeah, as you can see from presubmit, this won’t work :(