Skip to content

Commit 0211f31

Browse files
committed
Revert "generator: yml: Disable CONFIG_DEBUG_INFO_COMPRESSED_ZSTD in Android configs"
This reverts commit 019d8c2. Now that the containers that we use have been updated to Debian Trixie, we now have access to elfutils 0.192, which should contain support for reading zstd compressed debug info. Closes: #716 Link: https://gitlab.com/Linaro/tuxmake/-/commit/46280e20b8ed2df749e9115640271c0a6a2c812c [1] Signed-off-by: Nathan Chancellor <[email protected]>
1 parent de2554b commit 0211f31

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

generator/yml/0007-configs.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)