Skip to content

Commit 3d9c49a

Browse files
committed
generator: yml: Drop x86 builds with LLVM 13 and 14 on -next and tip
LLVM 15 is becoming the minimum supported version of LLVM for building x86 kernels [1], so drop these builds from the matrix, as they already do not build. Link: https://lore.kernel.org/20250220-x86-bump-min-llvm-for-stackp-v1-1-ecb3c906e790@kernel.org/ [1] Signed-off-by: Nathan Chancellor <[email protected]>
1 parent 3b0756d commit 3d9c49a

File tree

2 files changed

+0
-50
lines changed

2 files changed

+0
-50
lines changed

generator/yml/0009-llvm-13.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,6 @@
9090
- {<< : *arm64_suse, << : *next, << : *llvm_full, boot: true, << : *llvm_13}
9191
- {<< : *hexagon, << : *next, << : *llvm_full, boot: false, << : *llvm_13}
9292
- {<< : *hexagon_allmod, << : *next, << : *llvm_full, boot: false, << : *llvm_13}
93-
- {<< : *i386, << : *next, << : *llvm_full, boot: true, << : *llvm_13}
94-
- {<< : *i386_suse, << : *next, << : *llvm_full, boot: false, << : *llvm_13}
9593
- {<< : *mips, << : *next, << : *llvm_full, boot: true, << : *llvm_13}
9694
- {<< : *mipsel, << : *next, << : *llvm_full, boot: true, << : *llvm_13}
9795
# ppc32: Build disabled (https://github.com/ClangBuiltLinux/linux/issues/1679)
@@ -105,21 +103,6 @@
105103
- {<< : *riscv_alpine, << : *next, << : *llvm_full, boot: true, << : *llvm_13}
106104
- {<< : *riscv_suse, << : *next, << : *llvm_full, boot: true, << : *llvm_13}
107105
- {<< : *um, << : *next, << : *llvm_full, boot: true, << : *llvm_13}
108-
- {<< : *x86_64, << : *next, << : *llvm_full, boot: true, << : *llvm_13}
109-
- {<< : *x86_64_lto_full, << : *next, << : *llvm_full, boot: true, << : *llvm_13}
110-
- {<< : *x86_64_lto_thin, << : *next, << : *llvm_full, boot: true, << : *llvm_13}
111-
- {<< : *x86_64_kasan, << : *next, << : *llvm_full, boot: true, << : *llvm_13}
112-
- {<< : *x86_64_kcsan, << : *next, << : *llvm_full, boot: true, << : *llvm_13}
113-
- {<< : *x86_64_ubsan, << : *next, << : *llvm_full, boot: true, << : *llvm_13}
114-
- {<< : *x86_64_allmod, << : *next, << : *llvm_full, boot: false, << : *llvm_13}
115-
- {<< : *x86_64_allmod_lto, << : *next, << : *llvm_full, boot: false, << : *llvm_13}
116-
- {<< : *x86_64_allno, << : *next, << : *llvm_full, boot: false, << : *llvm_13}
117-
- {<< : *x86_64_allyes, << : *next, << : *llvm_full, boot: false, << : *llvm_13}
118-
- {<< : *x86_64_gcov, << : *next, << : *llvm_full, boot: true, << : *llvm_13}
119-
- {<< : *x86_64_alpine, << : *next, << : *llvm_full, boot: true, << : *llvm_13}
120-
- {<< : *x86_64_arch, << : *next, << : *llvm_full, boot: true, << : *llvm_13}
121-
- {<< : *x86_64_fedora, << : *next, << : *llvm_full, boot: true, << : *llvm_13}
122-
- {<< : *x86_64_suse, << : *next, << : *llvm_full, boot: true, << : *llvm_13}
123106
###########################
124107
# Latest stable release #
125108
###########################
@@ -502,14 +485,6 @@
502485
- {<< : *x86_64_cros, << : *chromeos-5_15, << : *llvm_full, boot: true, << : *llvm_13}
503486
- {<< : *arm64_cros, << : *chromeos-5_10, << : *llvm_full, boot: true, << : *llvm_13}
504487
- {<< : *x86_64_cros, << : *chromeos-5_10, << : *llvm_full, boot: true, << : *llvm_13}
505-
#########
506-
# TIP #
507-
#########
508-
- {<< : *i386, << : *tip, << : *llvm_full, boot: true, << : *llvm_13}
509-
- {<< : *x86_64, << : *tip, << : *llvm_full, boot: true, << : *llvm_13}
510-
- {<< : *x86_64_allmod, << : *tip, << : *llvm_full, boot: false, << : *llvm_13}
511-
- {<< : *x86_64_allno, << : *tip, << : *llvm_full, boot: false, << : *llvm_13}
512-
- {<< : *x86_64_allyes, << : *tip, << : *llvm_full, boot: false, << : *llvm_13}
513488
###########
514489
# ARM64 #
515490
###########

generator/yml/0009-llvm-14.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,6 @@
9494
- {<< : *arm64_suse, << : *next, << : *llvm_full, boot: true, << : *llvm_14}
9595
- {<< : *hexagon, << : *next, << : *llvm_full, boot: false, << : *llvm_14}
9696
- {<< : *hexagon_allmod, << : *next, << : *llvm_full, boot: false, << : *llvm_14}
97-
- {<< : *i386, << : *next, << : *llvm_full, boot: true, << : *llvm_14}
98-
- {<< : *i386_suse, << : *next, << : *llvm_full, boot: false, << : *llvm_14}
9997
- {<< : *mips, << : *next, << : *llvm_full, boot: true, << : *llvm_14}
10098
- {<< : *mipsel, << : *next, << : *llvm_full, boot: true, << : *llvm_14}
10199
# ppc32: Build disabled (https://github.com/ClangBuiltLinux/linux/issues/1679)
@@ -112,21 +110,6 @@
112110
- {<< : *riscv_alpine, << : *next, << : *llvm_full, boot: true, << : *llvm_14}
113111
- {<< : *riscv_suse, << : *next, << : *llvm_full, boot: true, << : *llvm_14}
114112
- {<< : *um, << : *next, << : *llvm_full, boot: true, << : *llvm_14}
115-
- {<< : *x86_64, << : *next, << : *llvm_full, boot: true, << : *llvm_14}
116-
- {<< : *x86_64_lto_full, << : *next, << : *llvm_full, boot: true, << : *llvm_14}
117-
- {<< : *x86_64_lto_thin, << : *next, << : *llvm_full, boot: true, << : *llvm_14}
118-
- {<< : *x86_64_kasan, << : *next, << : *llvm_full, boot: true, << : *llvm_14}
119-
- {<< : *x86_64_kcsan, << : *next, << : *llvm_full, boot: true, << : *llvm_14}
120-
- {<< : *x86_64_ubsan, << : *next, << : *llvm_full, boot: true, << : *llvm_14}
121-
- {<< : *x86_64_allmod, << : *next, << : *llvm_full, boot: false, << : *llvm_14}
122-
- {<< : *x86_64_allmod_lto, << : *next, << : *llvm_full, boot: false, << : *llvm_14}
123-
- {<< : *x86_64_allno, << : *next, << : *llvm_full, boot: false, << : *llvm_14}
124-
- {<< : *x86_64_allyes, << : *next, << : *llvm_full, boot: false, << : *llvm_14}
125-
- {<< : *x86_64_gcov, << : *next, << : *llvm_full, boot: true, << : *llvm_14}
126-
- {<< : *x86_64_alpine, << : *next, << : *llvm_full, boot: true, << : *llvm_14}
127-
- {<< : *x86_64_arch, << : *next, << : *llvm_full, boot: true, << : *llvm_14}
128-
- {<< : *x86_64_fedora, << : *next, << : *llvm_full, boot: true, << : *llvm_14}
129-
- {<< : *x86_64_suse, << : *next, << : *llvm_full, boot: true, << : *llvm_14}
130113
###########################
131114
# Latest stable release #
132115
###########################
@@ -515,14 +498,6 @@
515498
- {<< : *x86_64_cros, << : *chromeos-5_15, << : *llvm_full, boot: true, << : *llvm_14}
516499
- {<< : *arm64_cros, << : *chromeos-5_10, << : *llvm_full, boot: true, << : *llvm_14}
517500
- {<< : *x86_64_cros, << : *chromeos-5_10, << : *llvm_full, boot: true, << : *llvm_14}
518-
#########
519-
# TIP #
520-
#########
521-
- {<< : *i386, << : *tip, << : *llvm_full, boot: true, << : *llvm_14}
522-
- {<< : *x86_64, << : *tip, << : *llvm_full, boot: true, << : *llvm_14}
523-
- {<< : *x86_64_allmod, << : *tip, << : *llvm_full, boot: false, << : *llvm_14}
524-
- {<< : *x86_64_allno, << : *tip, << : *llvm_full, boot: false, << : *llvm_14}
525-
- {<< : *x86_64_allyes, << : *tip, << : *llvm_full, boot: false, << : *llvm_14}
526501
###########
527502
# ARM64 #
528503
###########

0 commit comments

Comments
 (0)