@@ -311,8 +311,9 @@ configs:
311
311
- &mips {config: [malta_defconfig, CONFIG_BLK_DEV_INITRD=y, CONFIG_CPU_BIG_ENDIAN=y], kernel_image: vmlinux, ARCH: *mips-arch, << : *kernel}
312
312
- &mipsel {config: [malta_defconfig, CONFIG_BLK_DEV_INITRD=y], kernel_image: vmlinux, ARCH: *mips-arch, << : *kernel}
313
313
- &ppc32 {config: ppc44x_defconfig, kernel_image: uImage, ARCH: *powerpc-arch, << : *kernel}
314
- # Disable -Werror for ppc64_guest_defconfig for now: https://github.com/ClangBuiltLinux/linux/issues/1445
315
- - &ppc64 {config: [ppc64_guest_defconfig, CONFIG_PPC_DISABLE_WERROR=y], kernel_image: vmlinux, ARCH: *powerpc-arch, << : *kernel}
314
+ - &ppc64 {config: ppc64_guest_defconfig, kernel_image: vmlinux, ARCH: *powerpc-arch, << : *kernel}
315
+ # Disable -Werror for ppc64_guest_defconfig for clang-13 and older: https://github.com/ClangBuiltLinux/linux/issues/1445
316
+ - &ppc64_no_werror {config: [ppc64_guest_defconfig, CONFIG_PPC_DISABLE_WERROR=y], kernel_image: vmlinux, ARCH: *powerpc-arch, << : *kernel}
316
317
- &ppc64le {config: powernv_defconfig, kernel_image: zImage.epapr, ARCH: *powerpc-arch, << : *kernel}
317
318
# CONFIG_BPF_PRELOAD disabled for all cross compiled Fedora configs: https://github.com/ClangBuiltLinux/linux/issues/1433
318
319
- &ppc64le_fedora {config: [*ppc64le-fedora-config-url, CONFIG_BPF_PRELOAD=n], kernel_image: zImage.epapr, ARCH: *powerpc-arch, << : *kernel}
@@ -2683,7 +2684,7 @@ builds:
2683
2684
- {<< : *mipsel, << : *mainline, << : *llvm_full, boot: true, << : *llvm_13}
2684
2685
# ppc32: Build disabled (https://github.com/ClangBuiltLinux/linux/issues/1679)
2685
2686
# - {<< : *ppc32, << : *mainline, << : *llvm, boot: true, << : *llvm_13}
2686
- - {<< : *ppc64, << : *mainline, << : *llvm, boot: true, << : *llvm_13}
2687
+ - {<< : *ppc64_no_werror, << : *mainline, << : *llvm, boot: true, << : *llvm_13}
2687
2688
- {<< : *ppc64le, << : *mainline, << : *llvm, boot: true, << : *llvm_13}
2688
2689
- {<< : *ppc64le_fedora, << : *mainline, << : *clang, boot: true, << : *llvm_13}
2689
2690
- {<< : *ppc64le_suse, << : *mainline, << : *clang, boot: true, << : *llvm_13}
@@ -2743,7 +2744,7 @@ builds:
2743
2744
- {<< : *mipsel, << : *next, << : *llvm_full, boot: true, << : *llvm_13}
2744
2745
# ppc32: Build disabled (https://github.com/ClangBuiltLinux/linux/issues/1679)
2745
2746
# - {<< : *ppc32, << : *next, << : *llvm, boot: true, << : *llvm_13}
2746
- - {<< : *ppc64, << : *next, << : *llvm, boot: true, << : *llvm_13}
2747
+ - {<< : *ppc64_no_werror, << : *next, << : *llvm, boot: true, << : *llvm_13}
2747
2748
- {<< : *ppc64le, << : *next, << : *llvm, boot: true, << : *llvm_13}
2748
2749
- {<< : *ppc64le_fedora, << : *next, << : *clang, boot: true, << : *llvm_13}
2749
2750
- {<< : *ppc64le_suse, << : *next, << : *clang, boot: true, << : *llvm_13}
@@ -2804,7 +2805,7 @@ builds:
2804
2805
- {<< : *mipsel, << : *stable, << : *llvm_full, boot: true, << : *llvm_13}
2805
2806
# ppc32: Build disabled (https://github.com/ClangBuiltLinux/linux/issues/1679)
2806
2807
# - {<< : *ppc32, << : *stable, << : *llvm, boot: true, << : *llvm_13}
2807
- - {<< : *ppc64, << : *stable, << : *ppc64_llvm, boot: true, << : *llvm_13}
2808
+ - {<< : *ppc64_no_werror, << : *stable, << : *ppc64_llvm, boot: true, << : *llvm_13}
2808
2809
- {<< : *ppc64le, << : *stable, << : *llvm, boot: true, << : *llvm_13}
2809
2810
- {<< : *ppc64le_fedora, << : *stable, << : *clang, boot: true, << : *llvm_13}
2810
2811
- {<< : *ppc64le_suse, << : *stable, << : *clang, boot: true, << : *llvm_13}
@@ -2864,7 +2865,7 @@ builds:
2864
2865
- {<< : *mipsel, << : *stable-6_1, << : *llvm_full, boot: true, << : *llvm_13}
2865
2866
# ppc32: Build disabled (https://github.com/ClangBuiltLinux/linux/issues/1679)
2866
2867
# - {<< : *ppc32, << : *stable-6_1, << : *llvm, boot: true, << : *llvm_13}
2867
- - {<< : *ppc64, << : *stable-6_1, << : *ppc64_llvm, boot: true, << : *llvm_13}
2868
+ - {<< : *ppc64_no_werror, << : *stable-6_1, << : *ppc64_llvm, boot: true, << : *llvm_13}
2868
2869
- {<< : *ppc64le, << : *stable-6_1, << : *llvm, boot: true, << : *llvm_13}
2869
2870
- {<< : *ppc64le_fedora, << : *stable-6_1, << : *clang, boot: true, << : *llvm_13}
2870
2871
- {<< : *ppc64le_suse, << : *stable-6_1, << : *clang, boot: true, << : *llvm_13}
@@ -3111,7 +3112,7 @@ builds:
3111
3112
- {<< : *mipsel, << : *mainline, << : *llvm_full, boot: true, << : *llvm_12}
3112
3113
# ppc32: Build disabled (https://github.com/ClangBuiltLinux/linux/issues/1679)
3113
3114
# - {<< : *ppc32, << : *mainline, << : *llvm, boot: true, << : *llvm_12}
3114
- - {<< : *ppc64, << : *mainline, << : *llvm, boot: true, << : *llvm_12}
3115
+ - {<< : *ppc64_no_werror, << : *mainline, << : *llvm, boot: true, << : *llvm_12}
3115
3116
- {<< : *ppc64le, << : *mainline, << : *llvm, boot: true, << : *llvm_12}
3116
3117
- {<< : *ppc64le_fedora, << : *mainline, << : *clang, boot: true, << : *llvm_12}
3117
3118
- {<< : *ppc64le_suse, << : *mainline, << : *clang, boot: true, << : *llvm_12}
@@ -3170,7 +3171,7 @@ builds:
3170
3171
- {<< : *mipsel, << : *next, << : *llvm_full, boot: true, << : *llvm_12}
3171
3172
# ppc32: Build disabled (https://github.com/ClangBuiltLinux/linux/issues/1679)
3172
3173
# - {<< : *ppc32, << : *next, << : *llvm, boot: true, << : *llvm_12}
3173
- - {<< : *ppc64, << : *next, << : *llvm, boot: true, << : *llvm_12}
3174
+ - {<< : *ppc64_no_werror, << : *next, << : *llvm, boot: true, << : *llvm_12}
3174
3175
- {<< : *ppc64le, << : *next, << : *llvm, boot: true, << : *llvm_12}
3175
3176
- {<< : *ppc64le_fedora, << : *next, << : *clang, boot: true, << : *llvm_12}
3176
3177
- {<< : *ppc64le_suse, << : *next, << : *clang, boot: true, << : *llvm_12}
@@ -3229,7 +3230,7 @@ builds:
3229
3230
- {<< : *mipsel, << : *stable, << : *llvm_full, boot: true, << : *llvm_12}
3230
3231
# ppc32: Build disabled (https://github.com/ClangBuiltLinux/linux/issues/1679)
3231
3232
# - {<< : *ppc32, << : *stable, << : *llvm, boot: true, << : *llvm_12}
3232
- - {<< : *ppc64, << : *stable, << : *ppc64_llvm, boot: true, << : *llvm_12}
3233
+ - {<< : *ppc64_no_werror, << : *stable, << : *ppc64_llvm, boot: true, << : *llvm_12}
3233
3234
- {<< : *ppc64le, << : *stable, << : *llvm, boot: true, << : *llvm_12}
3234
3235
- {<< : *ppc64le_fedora, << : *stable, << : *clang, boot: true, << : *llvm_12}
3235
3236
- {<< : *ppc64le_suse, << : *stable, << : *clang, boot: true, << : *llvm_12}
@@ -3288,7 +3289,7 @@ builds:
3288
3289
- {<< : *mipsel, << : *stable-6_1, << : *llvm_full, boot: true, << : *llvm_12}
3289
3290
# ppc32: Build disabled (https://github.com/ClangBuiltLinux/linux/issues/1679)
3290
3291
# - {<< : *ppc32, << : *stable-6_1, << : *llvm, boot: true, << : *llvm_12}
3291
- - {<< : *ppc64, << : *stable-6_1, << : *ppc64_llvm, boot: true, << : *llvm_12}
3292
+ - {<< : *ppc64_no_werror, << : *stable-6_1, << : *ppc64_llvm, boot: true, << : *llvm_12}
3292
3293
- {<< : *ppc64le, << : *stable-6_1, << : *llvm, boot: true, << : *llvm_12}
3293
3294
- {<< : *ppc64le_fedora, << : *stable-6_1, << : *clang, boot: true, << : *llvm_12}
3294
3295
- {<< : *ppc64le_suse, << : *stable-6_1, << : *clang, boot: true, << : *llvm_12}
@@ -3496,7 +3497,7 @@ builds:
3496
3497
- {<< : *mipsel, << : *mainline, << : *llvm, boot: true, << : *llvm_11}
3497
3498
# ppc32 and ppc64: Build disabled (https://gitlab.com/Linaro/tuxmake/-/issues/108)
3498
3499
# - {<< : *ppc32, << : *mainline, << : *llvm, boot: true, << : *llvm_11}
3499
- # - {<< : *ppc64, << : *mainline, << : *llvm, boot: true, << : *llvm_11}
3500
+ # - {<< : *ppc64_no_werror, << : *mainline, << : *llvm, boot: true, << : *llvm_11}
3500
3501
- {<< : *ppc64le, << : *mainline, << : *ppc64_llvm, boot: true, << : *llvm_11}
3501
3502
- {<< : *ppc64le_fedora, << : *mainline, << : *clang, boot: true, << : *llvm_11}
3502
3503
- {<< : *ppc64le_suse, << : *mainline, << : *clang, boot: true, << : *llvm_11}
@@ -3555,7 +3556,7 @@ builds:
3555
3556
- {<< : *mipsel, << : *next, << : *llvm, boot: true, << : *llvm_11}
3556
3557
# ppc32 and ppc64: Build disabled (https://gitlab.com/Linaro/tuxmake/-/issues/108)
3557
3558
# - {<< : *ppc32, << : *next, << : *llvm, boot: true, << : *llvm_11}
3558
- # - {<< : *ppc64, << : *next, << : *llvm, boot: true, << : *llvm_11}
3559
+ # - {<< : *ppc64_no_werror, << : *next, << : *llvm, boot: true, << : *llvm_11}
3559
3560
- {<< : *ppc64le, << : *next, << : *ppc64_llvm, boot: true, << : *llvm_11}
3560
3561
- {<< : *ppc64le_fedora, << : *next, << : *clang, boot: true, << : *llvm_11}
3561
3562
- {<< : *ppc64le_suse, << : *next, << : *clang, boot: true, << : *llvm_11}
@@ -3614,7 +3615,7 @@ builds:
3614
3615
- {<< : *mipsel, << : *stable, << : *llvm, boot: true, << : *llvm_11}
3615
3616
# ppc32 and ppc64: Build disabled (https://gitlab.com/Linaro/tuxmake/-/issues/108)
3616
3617
# - {<< : *ppc32, << : *stable, << : *llvm, boot: true, << : *llvm_11}
3617
- # - {<< : *ppc64, << : *stable, << : *ppc64_llvm, boot: true, << : *llvm_11}
3618
+ # - {<< : *ppc64_no_werror, << : *stable, << : *ppc64_llvm, boot: true, << : *llvm_11}
3618
3619
- {<< : *ppc64le, << : *stable, << : *ppc64_llvm, boot: true, << : *llvm_11}
3619
3620
- {<< : *ppc64le_fedora, << : *stable, << : *clang, boot: true, << : *llvm_11}
3620
3621
- {<< : *ppc64le_suse, << : *stable, << : *clang, boot: true, << : *llvm_11}
@@ -3673,7 +3674,7 @@ builds:
3673
3674
- {<< : *mipsel, << : *stable-6_1, << : *llvm, boot: true, << : *llvm_11}
3674
3675
# ppc32 and ppc64: Build disabled (https://gitlab.com/Linaro/tuxmake/-/issues/108)
3675
3676
# - {<< : *ppc32, << : *stable-6_1, << : *llvm, boot: true, << : *llvm_11}
3676
- # - {<< : *ppc64, << : *stable-6_1, << : *ppc64_llvm, boot: true, << : *llvm_11}
3677
+ # - {<< : *ppc64_no_werror, << : *stable-6_1, << : *ppc64_llvm, boot: true, << : *llvm_11}
3677
3678
- {<< : *ppc64le, << : *stable-6_1, << : *ppc64_llvm, boot: true, << : *llvm_11}
3678
3679
- {<< : *ppc64le_fedora, << : *stable-6_1, << : *clang, boot: true, << : *llvm_11}
3679
3680
- {<< : *ppc64le_suse, << : *stable-6_1, << : *clang, boot: true, << : *llvm_11}
0 commit comments