Skip to content

Commit 0f2d8cb

Browse files
committed
generator: Add 6.12
This is the latest LTS release. Signed-off-by: Nathan Chancellor <[email protected]>
1 parent f4797d0 commit 0f2d8cb

File tree

9 files changed

+592
-0
lines changed

9 files changed

+592
-0
lines changed

generator/yml/0004-trees.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ trees:
22
- &mainline {git_repo: *mainline-url, git_ref: master, name: mainline}
33
- &next {git_repo: *next-url, git_ref: master, name: next}
44
- &stable {git_repo: *stable-url, git_ref: linux-6.13.y, name: stable}
5+
- &stable-6_12 {git_repo: *stable-url, git_ref: linux-6.12.y, name: "6.12"}
56
- &stable-6_6 {git_repo: *stable-url, git_ref: linux-6.6.y, name: "6.6"}
67
- &stable-6_1 {git_repo: *stable-url, git_ref: linux-6.1.y, name: "6.1"}
78
- &stable-5_15 {git_repo: *stable-url, git_ref: linux-5.15.y, name: "5.15"}
@@ -54,6 +55,14 @@ tree_schedules:
5455
- &stable_llvm_13 {<< : *llvm_13, << : *stable, << : *wed_six}
5556
- &stable_llvm_12 {<< : *llvm_12, << : *stable, << : *wed_noon}
5657
- &stable_llvm_11 {<< : *llvm_11, << : *stable, << : *wed_noon}
58+
- &stable-6_12_llvm_tot {<< : *llvm_tot, << : *stable-6_12, << : *mon_fri_six}
59+
- &stable-6_12_llvm_latest {<< : *llvm_latest, << : *stable-6_12, << : *mon_fri_midnight}
60+
- &stable-6_12_llvm_18 {<< : *llvm_18, << : *stable-6_12, << : *wed_noon}
61+
- &stable-6_12_llvm_17 {<< : *llvm_17, << : *stable-6_12, << : *wed_noon}
62+
- &stable-6_12_llvm_16 {<< : *llvm_16, << : *stable-6_12, << : *wed_eighteen}
63+
- &stable-6_12_llvm_15 {<< : *llvm_15, << : *stable-6_12, << : *wed_eighteen}
64+
- &stable-6_12_llvm_14 {<< : *llvm_14, << : *stable-6_12, << : *wed_midnight}
65+
- &stable-6_12_llvm_13 {<< : *llvm_13, << : *stable-6_12, << : *wed_midnight}
5766
- &stable-6_6_llvm_tot {<< : *llvm_tot, << : *stable-6_6, << : *mon_fri_eighteen}
5867
- &stable-6_6_llvm_latest {<< : *llvm_latest, << : *stable-6_6, << : *mon_fri_noon}
5968
- &stable-6_6_llvm_18 {<< : *llvm_18, << : *stable-6_6, << : *wed_eighteen}

generator/yml/0009-llvm-13.yml

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,65 @@
179179
- {<< : *x86_64_arch, << : *stable, << : *llvm_full, boot: true, << : *llvm_13}
180180
- {<< : *x86_64_fedora, << : *stable, << : *llvm_full, boot: true, << : *llvm_13}
181181
- {<< : *x86_64_suse, << : *stable, << : *llvm_full, boot: true, << : *llvm_13}
182+
############
183+
# 6.12.y #
184+
############
185+
- {<< : *arm32_v5, << : *stable-6_12, << : *llvm_full, boot: true, << : *llvm_13}
186+
- {<< : *arm32_v6, << : *stable-6_12, << : *llvm_full, boot: true, << : *llvm_13}
187+
- {<< : *arm32_v7, << : *stable-6_12, << : *llvm_full, boot: true, << : *llvm_13}
188+
- {<< : *arm32_v7_t, << : *stable-6_12, << : *llvm_full, boot: true, << : *llvm_13}
189+
- {<< : *arm32_imx, << : *stable-6_12, << : *llvm_full, boot: false, << : *llvm_13}
190+
- {<< : *arm32_omap, << : *stable-6_12, << : *llvm_full, boot: false, << : *llvm_13}
191+
- {<< : *arm32_lpae_fp, << : *stable-6_12, << : *llvm_full, boot: true, << : *llvm_13}
192+
- {<< : *arm32_allmod, << : *stable-6_12, << : *llvm_full, boot: false, << : *llvm_13}
193+
- {<< : *arm32_allno, << : *stable-6_12, << : *llvm_full, boot: false, << : *llvm_13}
194+
- {<< : *arm32_allyes, << : *stable-6_12, << : *llvm_full, boot: false, << : *llvm_13}
195+
- {<< : *arm32_alpine, << : *stable-6_12, << : *llvm_full, boot: true, << : *llvm_13}
196+
- {<< : *arm32_suse, << : *stable-6_12, << : *llvm_full, boot: true, << : *llvm_13}
197+
- {<< : *arm64, << : *stable-6_12, << : *llvm_full, boot: true, << : *llvm_13}
198+
- {<< : *arm64_lto_full, << : *stable-6_12, << : *llvm_full, boot: true, << : *llvm_13}
199+
- {<< : *arm64_lto_thin, << : *stable-6_12, << : *llvm_full, boot: true, << : *llvm_13}
200+
- {<< : *arm64_kasan, << : *stable-6_12, << : *llvm_full, boot: true, << : *llvm_13}
201+
- {<< : *arm64_kasan_sw, << : *stable-6_12, << : *llvm_full, boot: true, << : *llvm_13}
202+
- {<< : *arm64_ubsan, << : *stable-6_12, << : *llvm_full, boot: true, << : *llvm_13}
203+
- {<< : *arm64_allmod, << : *stable-6_12, << : *llvm_full, boot: false, << : *llvm_13}
204+
- {<< : *arm64_allmod_lto, << : *stable-6_12, << : *llvm_full, boot: false, << : *llvm_13}
205+
- {<< : *arm64_allno, << : *stable-6_12, << : *llvm_full, boot: false, << : *llvm_13}
206+
- {<< : *arm64_allyes, << : *stable-6_12, << : *llvm_full, boot: false, << : *llvm_13}
207+
- {<< : *arm64_alpine, << : *stable-6_12, << : *llvm_full, boot: true, << : *llvm_13}
208+
- {<< : *arm64_fedora, << : *stable-6_12, << : *llvm_full, boot: true, << : *llvm_13}
209+
- {<< : *arm64_suse, << : *stable-6_12, << : *llvm_full, boot: true, << : *llvm_13}
210+
- {<< : *hexagon, << : *stable-6_12, << : *llvm_full, boot: false, << : *llvm_13}
211+
- {<< : *hexagon_allmod, << : *stable-6_12, << : *llvm_full, boot: false, << : *llvm_13}
212+
- {<< : *i386, << : *stable-6_12, << : *llvm_full, boot: true, << : *llvm_13}
213+
- {<< : *i386_suse, << : *stable-6_12, << : *llvm_full, boot: false, << : *llvm_13}
214+
- {<< : *mips, << : *stable-6_12, << : *llvm_full, boot: true, << : *llvm_13}
215+
- {<< : *mipsel, << : *stable-6_12, << : *llvm_full, boot: true, << : *llvm_13}
216+
# ppc32: Build disabled (https://github.com/ClangBuiltLinux/linux/issues/1679)
217+
# - {<< : *ppc32, << : *stable-6_12, << : *llvm, boot: true, << : *llvm_13}
218+
- {<< : *ppc64_no_werror, << : *stable-6_12, << : *llvm, boot: true, << : *llvm_13}
219+
- {<< : *ppc64le, << : *stable-6_12, << : *llvm, boot: true, << : *llvm_13}
220+
- {<< : *ppc64le_fedora, << : *stable-6_12, << : *clang, boot: true, << : *llvm_13}
221+
- {<< : *ppc64le_suse, << : *stable-6_12, << : *clang, boot: true, << : *llvm_13}
222+
- {<< : *riscv, << : *stable-6_12, << : *llvm_full, boot: true, << : *llvm_13}
223+
- {<< : *riscv_allmod, << : *stable-6_12, << : *llvm_full, boot: false, << : *llvm_13}
224+
- {<< : *riscv_alpine, << : *stable-6_12, << : *llvm_full, boot: true, << : *llvm_13}
225+
- {<< : *riscv_suse, << : *stable-6_12, << : *llvm_full, boot: true, << : *llvm_13}
226+
- {<< : *um, << : *stable-6_12, << : *llvm_full, boot: true, << : *llvm_13}
227+
- {<< : *x86_64, << : *stable-6_12, << : *llvm_full, boot: true, << : *llvm_13}
228+
- {<< : *x86_64_lto_full, << : *stable-6_12, << : *llvm_full, boot: true, << : *llvm_13}
229+
- {<< : *x86_64_lto_thin, << : *stable-6_12, << : *llvm_full, boot: true, << : *llvm_13}
230+
- {<< : *x86_64_kasan, << : *stable-6_12, << : *llvm_full, boot: true, << : *llvm_13}
231+
- {<< : *x86_64_kcsan, << : *stable-6_12, << : *llvm_full, boot: true, << : *llvm_13}
232+
- {<< : *x86_64_ubsan, << : *stable-6_12, << : *llvm_full, boot: true, << : *llvm_13}
233+
- {<< : *x86_64_allmod, << : *stable-6_12, << : *llvm_full, boot: false, << : *llvm_13}
234+
- {<< : *x86_64_allmod_lto, << : *stable-6_12, << : *llvm_full, boot: false, << : *llvm_13}
235+
- {<< : *x86_64_allno, << : *stable-6_12, << : *llvm_full, boot: false, << : *llvm_13}
236+
- {<< : *x86_64_allyes, << : *stable-6_12, << : *llvm_full, boot: false, << : *llvm_13}
237+
- {<< : *x86_64_alpine, << : *stable-6_12, << : *llvm_full, boot: true, << : *llvm_13}
238+
- {<< : *x86_64_arch, << : *stable-6_12, << : *llvm_full, boot: true, << : *llvm_13}
239+
- {<< : *x86_64_fedora, << : *stable-6_12, << : *llvm_full, boot: true, << : *llvm_13}
240+
- {<< : *x86_64_suse, << : *stable-6_12, << : *llvm_full, boot: true, << : *llvm_13}
182241
###########
183242
# 6.6.y #
184243
###########

generator/yml/0009-llvm-14.yml

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,68 @@
189189
- {<< : *x86_64_arch, << : *stable, << : *llvm_full, boot: true, << : *llvm_14}
190190
- {<< : *x86_64_fedora, << : *stable, << : *llvm_full, boot: true, << : *llvm_14}
191191
- {<< : *x86_64_suse, << : *stable, << : *llvm_full, boot: true, << : *llvm_14}
192+
############
193+
# 6.12.y #
194+
############
195+
- {<< : *arm32_v5, << : *stable-6_12, << : *llvm_full, boot: true, << : *llvm_14}
196+
- {<< : *arm32_v6, << : *stable-6_12, << : *llvm_full, boot: true, << : *llvm_14}
197+
- {<< : *arm32_v7, << : *stable-6_12, << : *llvm_full, boot: true, << : *llvm_14}
198+
- {<< : *arm32_v7_t, << : *stable-6_12, << : *llvm_full, boot: true, << : *llvm_14}
199+
- {<< : *arm32_imx, << : *stable-6_12, << : *llvm_full, boot: false, << : *llvm_14}
200+
- {<< : *arm32_omap, << : *stable-6_12, << : *llvm_full, boot: false, << : *llvm_14}
201+
- {<< : *arm32_lpae_fp, << : *stable-6_12, << : *llvm_full, boot: true, << : *llvm_14}
202+
- {<< : *arm32_allmod, << : *stable-6_12, << : *llvm_full, boot: false, << : *llvm_14}
203+
- {<< : *arm32_allno, << : *stable-6_12, << : *llvm_full, boot: false, << : *llvm_14}
204+
- {<< : *arm32_allyes, << : *stable-6_12, << : *llvm_full, boot: false, << : *llvm_14}
205+
- {<< : *arm32_alpine, << : *stable-6_12, << : *llvm_full, boot: true, << : *llvm_14}
206+
- {<< : *arm32_suse, << : *stable-6_12, << : *llvm_full, boot: true, << : *llvm_14}
207+
- {<< : *arm64, << : *stable-6_12, << : *llvm_full, boot: true, << : *llvm_14}
208+
- {<< : *arm64_lto_full, << : *stable-6_12, << : *llvm_full, boot: true, << : *llvm_14}
209+
- {<< : *arm64_lto_thin, << : *stable-6_12, << : *llvm_full, boot: true, << : *llvm_14}
210+
- {<< : *arm64_kasan, << : *stable-6_12, << : *llvm_full, boot: true, << : *llvm_14}
211+
- {<< : *arm64_kasan_sw, << : *stable-6_12, << : *llvm_full, boot: true, << : *llvm_14}
212+
- {<< : *arm64_ubsan, << : *stable-6_12, << : *llvm_full, boot: true, << : *llvm_14}
213+
- {<< : *arm64_allmod, << : *stable-6_12, << : *llvm_full, boot: false, << : *llvm_14}
214+
- {<< : *arm64_allmod_lto, << : *stable-6_12, << : *llvm_full, boot: false, << : *llvm_14}
215+
- {<< : *arm64_allno, << : *stable-6_12, << : *llvm_full, boot: false, << : *llvm_14}
216+
- {<< : *arm64_allyes, << : *stable-6_12, << : *llvm_full, boot: false, << : *llvm_14}
217+
- {<< : *arm64_alpine, << : *stable-6_12, << : *llvm_full, boot: true, << : *llvm_14}
218+
- {<< : *arm64_fedora, << : *stable-6_12, << : *llvm_full, boot: true, << : *llvm_14}
219+
- {<< : *arm64_suse, << : *stable-6_12, << : *llvm_full, boot: true, << : *llvm_14}
220+
- {<< : *hexagon, << : *stable-6_12, << : *llvm_full, boot: false, << : *llvm_14}
221+
- {<< : *hexagon_allmod, << : *stable-6_12, << : *llvm_full, boot: false, << : *llvm_14}
222+
- {<< : *i386, << : *stable-6_12, << : *llvm_full, boot: true, << : *llvm_14}
223+
- {<< : *i386_suse, << : *stable-6_12, << : *llvm_full, boot: false, << : *llvm_14}
224+
- {<< : *mips, << : *stable-6_12, << : *llvm_full, boot: true, << : *llvm_14}
225+
- {<< : *mipsel, << : *stable-6_12, << : *llvm_full, boot: true, << : *llvm_14}
226+
# ppc32: Build disabled (https://github.com/ClangBuiltLinux/linux/issues/1679)
227+
# - {<< : *ppc32, << : *stable-6_12, << : *llvm, boot: true, << : *llvm_14}
228+
- {<< : *ppc64, << : *stable-6_12, << : *llvm_full, boot: true, << : *llvm_14}
229+
- {<< : *ppc64le, << : *stable-6_12, << : *llvm_full, boot: true, << : *llvm_14}
230+
- {<< : *ppc64le_fedora, << : *stable-6_12, << : *llvm_full, boot: true, << : *llvm_14}
231+
- {<< : *ppc64le_suse, << : *stable-6_12, << : *llvm_full, boot: true, << : *llvm_14}
232+
- {<< : *riscv, << : *stable-6_12, << : *llvm_full, boot: true, << : *llvm_14}
233+
- {<< : *riscv_lto_full, << : *stable-6_12, << : *llvm_full, boot: true, << : *llvm_14}
234+
- {<< : *riscv_lto_thin, << : *stable-6_12, << : *llvm_full, boot: true, << : *llvm_14}
235+
- {<< : *riscv_allmod, << : *stable-6_12, << : *llvm_full, boot: false, << : *llvm_14}
236+
- {<< : *riscv_allmod_lto, << : *stable-6_12, << : *llvm_full, boot: false, << : *llvm_14}
237+
- {<< : *riscv_alpine, << : *stable-6_12, << : *llvm_full, boot: true, << : *llvm_14}
238+
- {<< : *riscv_suse, << : *stable-6_12, << : *llvm_full, boot: true, << : *llvm_14}
239+
- {<< : *um, << : *stable-6_12, << : *llvm_full, boot: true, << : *llvm_14}
240+
- {<< : *x86_64, << : *stable-6_12, << : *llvm_full, boot: true, << : *llvm_14}
241+
- {<< : *x86_64_lto_full, << : *stable-6_12, << : *llvm_full, boot: true, << : *llvm_14}
242+
- {<< : *x86_64_lto_thin, << : *stable-6_12, << : *llvm_full, boot: true, << : *llvm_14}
243+
- {<< : *x86_64_kasan, << : *stable-6_12, << : *llvm_full, boot: true, << : *llvm_14}
244+
- {<< : *x86_64_kcsan, << : *stable-6_12, << : *llvm_full, boot: true, << : *llvm_14}
245+
- {<< : *x86_64_ubsan, << : *stable-6_12, << : *llvm_full, boot: true, << : *llvm_14}
246+
- {<< : *x86_64_allmod, << : *stable-6_12, << : *llvm_full, boot: false, << : *llvm_14}
247+
- {<< : *x86_64_allmod_lto, << : *stable-6_12, << : *llvm_full, boot: false, << : *llvm_14}
248+
- {<< : *x86_64_allno, << : *stable-6_12, << : *llvm_full, boot: false, << : *llvm_14}
249+
- {<< : *x86_64_allyes, << : *stable-6_12, << : *llvm_full, boot: false, << : *llvm_14}
250+
- {<< : *x86_64_alpine, << : *stable-6_12, << : *llvm_full, boot: true, << : *llvm_14}
251+
- {<< : *x86_64_arch, << : *stable-6_12, << : *llvm_full, boot: true, << : *llvm_14}
252+
- {<< : *x86_64_fedora, << : *stable-6_12, << : *llvm_full, boot: true, << : *llvm_14}
253+
- {<< : *x86_64_suse, << : *stable-6_12, << : *llvm_full, boot: true, << : *llvm_14}
192254
###########
193255
# 6.6.y #
194256
###########

0 commit comments

Comments
 (0)