aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config/linux/bits/base.yml
diff options
context:
space:
mode:
Diffstat (limited to 'dashboard/config/linux/bits/base.yml')
-rw-r--r--dashboard/config/linux/bits/base.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/dashboard/config/linux/bits/base.yml b/dashboard/config/linux/bits/base.yml
index e9bd940e2..1a6996a34 100644
--- a/dashboard/config/linux/bits/base.yml
+++ b/dashboard/config/linux/bits/base.yml
@@ -106,8 +106,11 @@ config:
- DEBUG_KOBJECT: n
- DEBUG_INFO
- # One of DEBUG_INFO_DWARF_* is required to enable DEBUG_INFO in v5.18.
- - DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT: [v5.18]
+ # Our containers currently include toolchains that don't support DWARF5,
+ # but some default kernel configs and compilers (namely, clang) try to
+ # use DWARF5 by default. So we enable DWARF4 explicitly and don't
+ # enable DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT.
+ - DEBUG_INFO_DWARF4
# CONFIG_DEBUG_INFO_BTF breaks the build since 5.14 merge window:
# https://lkml.kernel.org/r/YOLzFecogWmdZ5Hc@infradead.org
- DEBUG_INFO_BTF: [-v5.13]