@@ -34,8 +34,7 @@ configs:
3434 - &arm64_kasan {<< : *arm64-kasan-configs, ARCH: *arm64-arch, << : *kernel}
3535 - &arm64_kasan_sw {<< : *arm64-kasan-sw-configs, ARCH: *arm64-arch, << : *kernel}
3636 - &arm64_ubsan {config: [defconfig, CONFIG_UBSAN=y], ARCH: *arm64-arch, << : *kernel}
37- # https://github.com/ClangBuiltLinux/continuous-integration2/issues/716
38- - &arm64_gki {config: [gki_defconfig, CONFIG_DEBUG_INFO_COMPRESSED_ZSTD=n], ARCH: *arm64-arch, << : *kernel}
37+ - &arm64_gki {config: gki_defconfig, ARCH: *arm64-arch, << : *kernel}
3938 - &arm64_cut {config: cuttlefish_defconfig, ARCH: *arm64-arch, << : *kernel}
4039 - &arm64_allmod {config: allmodconfig, ARCH: *arm64-arch, << : *default}
4140 - &arm64_allmod_lto {<< : *arm64-allmod-lto-configs, ARCH: *arm64-arch, << : *default}
@@ -97,8 +96,7 @@ configs:
9796 - &x86_64_lto_thin {config: [defconfig, CONFIG_LTO_CLANG_THIN=y], << : *kernel}
9897 - &x86_64_cfi {config: [defconfig, CONFIG_CFI_CLANG=y], << : *kernel}
9998 - &x86_64_cfi_lto {config: [defconfig, CONFIG_CFI_CLANG=y, CONFIG_LTO_CLANG_THIN=y], << : *kernel}
100- # https://github.com/ClangBuiltLinux/continuous-integration2/issues/716
101- - &x86_64_gki {config: [gki_defconfig, CONFIG_DEBUG_INFO_COMPRESSED_ZSTD=n], << : *kernel}
99+ - &x86_64_gki {config: gki_defconfig, << : *kernel}
102100 - &x86_64_cut {config: x86_64_cuttlefish_defconfig, << : *kernel}
103101 - &x86_64_allmod {config: allmodconfig, << : *default}
104102 - &x86_64_allmod_lto {<< : *x86_64-allmod-lto-configs, << : *default}
0 commit comments