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

patches: llvm-8: x86_64: Fix patch file #176

Closed nathanchance closed 5 years ago

nathanchance commented 5 years ago

When I did the intial presubmit for #174, I had just copied the previous patch files into the new llvm-8 subfolder, not realizing that we didn't need linux-next or 4.19. Before submitted, I removed them. That caused the x86_64 build to start failing because the linux folder's patch file was a symlink to the linux-next folder.

Fixes: https://travis-ci.com/ClangBuiltLinux/continuous-integration/jobs/206574132

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