Skip to content

Commit f4797d0

Browse files
committed
generator: Update stable anchor to 6.13
Apply commit d8b1ee6 ("generator: yml: Enable sparc64 build on mainline") now that the requisite changes are available in this branch. Signed-off-by: Nathan Chancellor <[email protected]>
1 parent 1de5904 commit f4797d0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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.12.y, name: stable}
4+
- &stable {git_repo: *stable-url, git_ref: linux-6.13.y, name: stable}
55
- &stable-6_6 {git_repo: *stable-url, git_ref: linux-6.6.y, name: "6.6"}
66
- &stable-6_1 {git_repo: *stable-url, git_ref: linux-6.1.y, name: "6.1"}
77
- &stable-5_15 {git_repo: *stable-url, git_ref: linux-5.15.y, name: "5.15"}

generator/yml/0009-llvm-tot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@
232232
- {<< : *s390_kasan, << : *stable, << : *llvm_full, boot: true, << : *llvm_tot}
233233
- {<< : *s390_fedora, << : *stable, << : *llvm_full, boot: true, << : *llvm_tot}
234234
- {<< : *s390_suse, << : *stable, << : *llvm_full, boot: true, << : *llvm_tot}
235+
- {<< : *sparc64, << : *stable, << : *clang, boot: true, << : *llvm_tot}
235236
- {<< : *um, << : *stable, << : *llvm_full, boot: true, << : *llvm_tot}
236237
- {<< : *x86_64, << : *stable, << : *llvm_full, boot: true, << : *llvm_tot}
237238
- {<< : *x86_64_lto_full, << : *stable, << : *llvm_full, boot: true, << : *llvm_tot}

0 commit comments

Comments
 (0)