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

travis: Enable 32-bit little endian MIPS on linux-next #203

Closed nathanchance closed 4 years ago

nathanchance commented 4 years ago

All of the necessary patches have been applied to their respective trees and they are all available in linux-next.

This requires a bump in the Docker image first: https://github.com/ClangBuiltLinux/dockerimage/pull/35

Presubmit will be run once that change has been merged.

nathanchance commented 4 years ago

I’ll wait for presubmit to come back before merging but it should be!

nickdesaulniers commented 4 years ago

Let's add a patch file instead? (for -Wno-implicit-fallthrough)

nathanchance commented 4 years ago

I can do that if you want me to but that file needs to be applied for every architecture meaning that when that patch gets applied, that entire repo will go red. I'm currently testing:

https://github.com/nathanchance/continuous-integration/commits/fix-everything

https://travis-ci.com/nathanchance/continuous-integration/builds/124807169

nickdesaulniers commented 4 years ago

LGTM?

nathanchance commented 4 years ago

I'll rebase this on #205 if that is okay?

nathanchance commented 4 years ago

Presubmit: https://travis-ci.com/nathanchance/continuous-integration/builds/125000854