Skip to content

Commit

Permalink
generator.yml: Disable powerpc64le on -next with LLVM 11
Browse files Browse the repository at this point in the history
Closes: #154
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
  • Loading branch information
nathanchance committed Jun 29, 2021
1 parent 45b5f41 commit e7c74b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,8 @@ builds:
# ppc32 and ppc64: Build disabled (https://gitlab.com/Linaro/tuxmake/-/issues/108)
# - {<< : *ppc32, << : *next, << : *llvm, boot: true, llvm_version: *llvm_11}
# - {<< : *ppc64, << : *next, << : *ppc64_llvm, boot: true, llvm_version: *llvm_11}
- {<< : *ppc64le, << : *next, << : *llvm, boot: true, llvm_version: *llvm_11}
# ppc64le: Build disabled (https://github.com/ClangBuiltLinux/linux/issues/1260)
# - {<< : *ppc64le, << : *next, << : *llvm, boot: true, llvm_version: *llvm_11}
# riscv: Boot disabled (https://github.com/ClangBuiltLinux/linux/issues/1389)
# https://github.com/ClangBuiltLinux/linux/issues/1023
# https://github.com/ClangBuiltLinux/linux/issues/1143
Expand Down

0 comments on commit e7c74b1

Please sign in to comment.