Skip to content

Commit 3158655

Browse files
committed
generator: yml: Update stable anchor to 6.16
This is the latest stable release. This applies commit 1caa41a ("generator: yml: Disable RISC-V full LTO build on mainline with LLVM 14") to stable, now that the breaking asm goto changes are there. Signed-off-by: Nathan Chancellor <nathan@kernel.org>
1 parent 8118962 commit 3158655

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

generator/yml/0004-trees.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
trees:
22
- &mainline {git_repo: *mainline-url, git_ref: master, name: mainline}
33
- &next {git_repo: *next-url, git_ref: master, name: next}
4-
- &stable {git_repo: *stable-url, git_ref: linux-6.15.y, name: stable}
4+
- &stable {git_repo: *stable-url, git_ref: linux-6.16.y, name: stable}
55
- &stable-6_12 {git_repo: *stable-url, git_ref: linux-6.12.y, name: "6.12"}
66
- &stable-6_6 {git_repo: *stable-url, git_ref: linux-6.6.y, name: "6.6"}
77
- &stable-6_1 {git_repo: *stable-url, git_ref: linux-6.1.y, name: "6.1"}

generator/yml/0009-llvm-14.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@
134134
- {<< : *ppc64le_fedora, << : *stable, << : *llvm_full, boot: true, << : *llvm_14}
135135
- {<< : *ppc64le_suse, << : *stable, << : *llvm_full, boot: true, << : *llvm_14}
136136
- {<< : *riscv, << : *stable, << : *llvm_full, boot: true, << : *llvm_14}
137-
- {<< : *riscv_lto_full, << : *stable, << : *llvm_full, boot: true, << : *llvm_14}
138137
- {<< : *riscv_lto_thin, << : *stable, << : *llvm_full, boot: true, << : *llvm_14}
139138
- {<< : *riscv_allmod, << : *stable, << : *llvm_full, boot: false, << : *llvm_14}
140139
- {<< : *riscv_allmod_lto, << : *stable, << : *llvm_full, boot: false, << : *llvm_14}

0 commit comments

Comments
 (0)