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

make -s #230

Closed nickdesaulniers closed 4 years ago

nickdesaulniers commented 4 years ago

suggested by @arndb

nickdesaulniers commented 4 years ago

what was the argument again for why we didn't like -s @tpimh @nathanchance ?

nathanchance commented 4 years ago

Travis times out if it has not seen any input within 10 minutes: https://travis-ci.com/github/nathanchance/continuous-integration/jobs/285085564

nickdesaulniers commented 4 years ago

ah, so an issue specific to travis; thanks for the link!