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

enable llvm-ar by default #127

Closed nickdesaulniers closed 5 years ago

nathanchance commented 5 years ago

Looks sane to me. There were no kernel patches needed right? I only ask because we're building back to 4.4.

nickdesaulniers commented 5 years ago

I don't think so. We could do a presubmit run; but I think it's ok to let it fail in postsubmit tonight and clean up tomorrow. WDYT?

nathanchance commented 5 years ago

Sounds good to me. I am doing a run of linux-next builds on my box right now; once that is done, I'll do some tests locally and report back.

nickdesaulniers commented 5 years ago

thanks for the review. Will look into getting this turned on for Pixel kernels if everything is green (llvm-ar is already used in userspace).