Skip to content

Commit

Permalink
generator.yml: Disable s390 builds for LLVM 13 on -next and mainline
Browse files Browse the repository at this point in the history
The s390 folks are requiring LLVM 14 and newer so that the integrated
assembler can be used. Remove these builds for -next and mainline, as
they won't be able to start.

Link: https://git.kernel.org/s390/c/8218827b73c6e41029438a2d3cc573286beee914
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
  • Loading branch information
nathanchance committed May 24, 2022
1 parent f8c100d commit fe24c46
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1031,10 +1031,6 @@ builds:
- {<< : *ppc64le_suse, << : *mainline, << : *clang, boot: true, << : *llvm_13}
- {<< : *riscv, << : *mainline, << : *llvm_full, boot: true, << : *llvm_13}
- {<< : *riscv_allmod, << : *mainline, << : *llvm_full, boot: false, << : *llvm_13}
- {<< : *s390, << : *mainline, << : *clang, boot: true, << : *llvm_13}
- {<< : *s390_kasan, << : *mainline, << : *clang, boot: true, << : *llvm_13}
- {<< : *s390_fedora, << : *mainline, << : *clang, boot: true, << : *llvm_13}
- {<< : *s390_suse, << : *mainline, << : *clang, boot: true, << : *llvm_13}
- {<< : *um, << : *mainline, << : *llvm_full, boot: true, << : *llvm_13}
- {<< : *x86_64, << : *mainline, << : *llvm_full, boot: true, << : *llvm_13}
- {<< : *x86_64_lto_full, << : *mainline, << : *llvm_full, boot: true, << : *llvm_13}
Expand Down Expand Up @@ -1090,10 +1086,6 @@ builds:
- {<< : *ppc64le_suse, << : *next, << : *clang, boot: true, << : *llvm_13}
- {<< : *riscv, << : *next, << : *llvm_full, boot: true, << : *llvm_13}
- {<< : *riscv_allmod, << : *next, << : *llvm_full, boot: false, << : *llvm_13}
- {<< : *s390, << : *next, << : *clang, boot: true, << : *llvm_13}
- {<< : *s390_kasan, << : *next, << : *clang, boot: true, << : *llvm_13}
- {<< : *s390_fedora, << : *next, << : *clang, boot: true, << : *llvm_13}
- {<< : *s390_suse, << : *next, << : *clang, boot: true, << : *llvm_13}
- {<< : *um, << : *next, << : *llvm_full, boot: true, << : *llvm_13}
- {<< : *x86_64, << : *next, << : *llvm_full, boot: true, << : *llvm_13}
- {<< : *x86_64_lto_full, << : *next, << : *llvm_full, boot: true, << : *llvm_13}
Expand Down

0 comments on commit fe24c46

Please sign in to comment.