Locietta / xanmod-kernel-WSL2

Xanmod kernel for WSL2, built by clang with ThinLTO enabled. Build & Release are automated by Github Action.
GNU General Public License v2.0
83 stars 15 forks source link

[Auto Build] Ensure latest LLVM release is used to build kernel #21

Closed Locietta closed 1 year ago

Locietta commented 1 year ago

Arch's LLVM toolchain version lags a bit since around last year, I'm considering clang-git on AUR as a potential alternative.

But things can be tricky as bleeding edge compiler might also bring some potential bugs...

Locietta commented 1 year ago

Seems impossible to use clang-git now😢. And even if it works later, it has chances to break CI as the clang-git package is not stable enough for kernel build.

Locietta commented 1 year ago

Another way might be to use a non-Arch-based container. With some Debian containers (with proper PPA?), the problem may be solved?

Still need more trial and error...