Skip to content

Commit 4ea2e8d

Browse files
committed
generator.yml: Disable ppc44x_defconfig builds on mainline and -next
Link: ClangBuiltLinux/linux#1679 Signed-off-by: Nathan Chancellor <nathan@kernel.org>
1 parent 6ed9b50 commit 4ea2e8d

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

generator.yml

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,8 @@ builds:
326326
- {<< : *i386_suse, << : *mainline, << : *llvm_full, boot: false, << : *llvm_tot}
327327
- {<< : *mips, << : *mainline, << : *llvm_full, boot: true, << : *llvm_tot}
328328
- {<< : *mipsel, << : *mainline, << : *llvm_full, boot: true, << : *llvm_tot}
329-
- {<< : *ppc32, << : *mainline, << : *llvm, boot: true, << : *llvm_tot}
329+
# ppc32: Build disabled (https://github.com/ClangBuiltLinux/linux/issues/1679)
330+
# - {<< : *ppc32, << : *mainline, << : *llvm, boot: true, << : *llvm_tot}
330331
- {<< : *ppc64, << : *mainline, << : *ppc64_llvm, boot: true, << : *llvm_tot}
331332
- {<< : *ppc64le, << : *mainline, << : *llvm_full, boot: true, << : *llvm_tot}
332333
- {<< : *ppc64le_fedora, << : *mainline, << : *llvm_full, boot: true, << : *llvm_tot}
@@ -386,7 +387,8 @@ builds:
386387
- {<< : *i386_suse, << : *next, << : *llvm_full, boot: false, << : *llvm_tot}
387388
- {<< : *mips, << : *next, << : *llvm_full, boot: true, << : *llvm_tot}
388389
- {<< : *mipsel, << : *next, << : *llvm_full, boot: true, << : *llvm_tot}
389-
- {<< : *ppc32, << : *next, << : *llvm, boot: true, << : *llvm_tot}
390+
# ppc32: Build disabled (https://github.com/ClangBuiltLinux/linux/issues/1679)
391+
# - {<< : *ppc32, << : *next, << : *llvm, boot: true, << : *llvm_tot}
390392
- {<< : *ppc64, << : *next, << : *ppc64_llvm, boot: true, << : *llvm_tot}
391393
- {<< : *ppc64le, << : *next, << : *llvm_full, boot: true, << : *llvm_tot}
392394
- {<< : *ppc64le_fedora, << : *next, << : *llvm_full, boot: true, << : *llvm_tot}
@@ -692,7 +694,8 @@ builds:
692694
- {<< : *i386_suse, << : *mainline, << : *llvm_full, boot: false, << : *llvm_latest}
693695
- {<< : *mips, << : *mainline, << : *llvm_full, boot: true, << : *llvm_latest}
694696
- {<< : *mipsel, << : *mainline, << : *llvm_full, boot: true, << : *llvm_latest}
695-
- {<< : *ppc32, << : *mainline, << : *llvm, boot: true, << : *llvm_latest}
697+
# ppc32: Build disabled (https://github.com/ClangBuiltLinux/linux/issues/1679)
698+
# - {<< : *ppc32, << : *mainline, << : *llvm, boot: true, << : *llvm_latest}
696699
- {<< : *ppc64, << : *mainline, << : *ppc64_llvm, boot: true, << : *llvm_latest}
697700
- {<< : *ppc64le, << : *mainline, << : *llvm_full, boot: true, << : *llvm_latest}
698701
- {<< : *ppc64le_fedora, << : *mainline, << : *llvm_full, boot: true, << : *llvm_latest}
@@ -752,7 +755,8 @@ builds:
752755
- {<< : *i386_suse, << : *next, << : *llvm_full, boot: false, << : *llvm_latest}
753756
- {<< : *mips, << : *next, << : *llvm_full, boot: true, << : *llvm_latest}
754757
- {<< : *mipsel, << : *next, << : *llvm_full, boot: true, << : *llvm_latest}
755-
- {<< : *ppc32, << : *next, << : *llvm, boot: true, << : *llvm_latest}
758+
# ppc32: Build disabled (https://github.com/ClangBuiltLinux/linux/issues/1679)
759+
# - {<< : *ppc32, << : *next, << : *llvm, boot: true, << : *llvm_latest}
756760
- {<< : *ppc64, << : *next, << : *ppc64_llvm, boot: true, << : *llvm_latest}
757761
- {<< : *ppc64le, << : *next, << : *llvm_full, boot: true, << : *llvm_latest}
758762
- {<< : *ppc64le_fedora, << : *next, << : *llvm_full, boot: true, << : *llvm_latest}
@@ -1056,7 +1060,8 @@ builds:
10561060
- {<< : *i386_suse, << : *mainline, << : *llvm_full, boot: false, << : *llvm_13}
10571061
- {<< : *mips, << : *mainline, << : *llvm_full, boot: true, << : *llvm_13}
10581062
- {<< : *mipsel, << : *mainline, << : *llvm_full, boot: true, << : *llvm_13}
1059-
- {<< : *ppc32, << : *mainline, << : *llvm, boot: true, << : *llvm_13}
1063+
# ppc32: Build disabled (https://github.com/ClangBuiltLinux/linux/issues/1679)
1064+
# - {<< : *ppc32, << : *mainline, << : *llvm, boot: true, << : *llvm_13}
10601065
- {<< : *ppc64, << : *mainline, << : *ppc64_llvm, boot: true, << : *llvm_13}
10611066
- {<< : *ppc64le, << : *mainline, << : *llvm, boot: true, << : *llvm_13}
10621067
- {<< : *ppc64le_fedora, << : *mainline, << : *clang, boot: true, << : *llvm_13}
@@ -1111,7 +1116,8 @@ builds:
11111116
- {<< : *i386_suse, << : *next, << : *llvm_full, boot: false, << : *llvm_13}
11121117
- {<< : *mips, << : *next, << : *llvm_full, boot: true, << : *llvm_13}
11131118
- {<< : *mipsel, << : *next, << : *llvm_full, boot: true, << : *llvm_13}
1114-
- {<< : *ppc32, << : *next, << : *llvm, boot: true, << : *llvm_13}
1119+
# ppc32: Build disabled (https://github.com/ClangBuiltLinux/linux/issues/1679)
1120+
# - {<< : *ppc32, << : *next, << : *llvm, boot: true, << : *llvm_13}
11151121
- {<< : *ppc64, << : *next, << : *ppc64_llvm, boot: true, << : *llvm_13}
11161122
- {<< : *ppc64le, << : *next, << : *llvm, boot: true, << : *llvm_13}
11171123
- {<< : *ppc64le_fedora, << : *next, << : *clang, boot: true, << : *llvm_13}
@@ -1410,8 +1416,9 @@ builds:
14101416
- {<< : *i386_suse, << : *mainline, << : *llvm_full, boot: false, << : *llvm_12}
14111417
- {<< : *mips, << : *mainline, << : *mips_llvm_full, boot: true, << : *llvm_12}
14121418
- {<< : *mipsel, << : *mainline, << : *llvm_full, boot: true, << : *llvm_12}
1419+
# ppc32: Build disabled (https://github.com/ClangBuiltLinux/linux/issues/1679)
14131420
# ppc32: Boot disabled (https://github.com/ClangBuiltLinux/linux/issues/1345)
1414-
- {<< : *ppc32, << : *mainline, << : *llvm, boot: false, << : *llvm_12}
1421+
# - {<< : *ppc32, << : *mainline, << : *llvm, boot: false, << : *llvm_12}
14151422
- {<< : *ppc64, << : *mainline, << : *ppc64_llvm, boot: true, << : *llvm_12}
14161423
- {<< : *ppc64le, << : *mainline, << : *llvm, boot: true, << : *llvm_12}
14171424
- {<< : *ppc64le_fedora, << : *mainline, << : *clang, boot: true, << : *llvm_12}
@@ -1467,8 +1474,9 @@ builds:
14671474
- {<< : *i386_suse, << : *next, << : *llvm_full, boot: false, << : *llvm_12}
14681475
- {<< : *mips, << : *next, << : *mips_llvm_full, boot: true, << : *llvm_12}
14691476
- {<< : *mipsel, << : *next, << : *llvm_full, boot: true, << : *llvm_12}
1477+
# ppc32: Build disabled (https://github.com/ClangBuiltLinux/linux/issues/1679)
14701478
# ppc32: Boot disabled (https://github.com/ClangBuiltLinux/linux/issues/1345)
1471-
- {<< : *ppc32, << : *next, << : *llvm, boot: false, << : *llvm_12}
1479+
# - {<< : *ppc32, << : *next, << : *llvm, boot: false, << : *llvm_12}
14721480
- {<< : *ppc64, << : *next, << : *ppc64_llvm, boot: true, << : *llvm_12}
14731481
- {<< : *ppc64le, << : *next, << : *llvm, boot: true, << : *llvm_12}
14741482
- {<< : *ppc64le_fedora, << : *next, << : *clang, boot: true, << : *llvm_12}

0 commit comments

Comments
 (0)