diff options
Diffstat (limited to 'dashboard/config/linux/bits')
| -rw-r--r-- | dashboard/config/linux/bits/base.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dashboard/config/linux/bits/base.yml b/dashboard/config/linux/bits/base.yml index 4446606a0..60e49bcb4 100644 --- a/dashboard/config/linux/bits/base.yml +++ b/dashboard/config/linux/bits/base.yml @@ -97,7 +97,9 @@ config: - DEBUG_KOBJECT: n - DEBUG_INFO - - DEBUG_INFO_BTF + # 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] - DEBUG_INFO_REDUCED: n # This should make behavior more deterministic. |
