From f7833c08191592a6c11ae88c9d4b588b91f2caa5 Mon Sep 17 00:00:00 2001 From: Andrii Nakryiko Date: Tue, 5 Apr 2022 23:29:32 -0700 Subject: [PATCH] ci: ensure CONFIG_DEBUG_INFO_BTF=y by choosing DWARF debug info With recent upstream changes, the default for debug info is CONFIG_DEBUG_INFO_NONE=y, which prevents BTF from being generated. Choose CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y to make sure we do get DWARF generated. Signed-off-by: Andrii Nakryiko --- travis-ci/vmtest/configs/config-latest.x86_64 | 1 + 1 file changed, 1 insertion(+) diff --git a/travis-ci/vmtest/configs/config-latest.x86_64 b/travis-ci/vmtest/configs/config-latest.x86_64 index 0fa4649..aa075ef 100644 --- a/travis-ci/vmtest/configs/config-latest.x86_64 +++ b/travis-ci/vmtest/configs/config-latest.x86_64 @@ -2789,6 +2789,7 @@ CONFIG_DEBUG_BUGVERBOSE=y # Compile-time checks and compiler options # CONFIG_DEBUG_INFO=y +CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y # CONFIG_DEBUG_INFO_REDUCED is not set # CONFIG_DEBUG_INFO_COMPRESSED is not set # CONFIG_DEBUG_INFO_SPLIT is not set