summary refs log tree commit diff
path: root/.config-fragment
diff options
context:
space:
mode:
authorCristian Ciocaltea <cristian.ciocaltea@collabora.com>2022-10-26 18:15:20 +0300
committerCristian Ciocaltea <cristian.ciocaltea@collabora.com>2022-12-12 17:57:13 +0200
commit68e9847158787e82e8bbcd236d1bc1c8fde782e6 (patch)
tree316e43d4d2ffd32c7c51eab96801ddf41283b735 /.config-fragment
parent090943b5ca53b3db05ca48aa1212cf031defd9ad (diff)
downloadlinux-68e9847158787e82e8bbcd236d1bc1c8fde782e6.tar.gz
gitlab-ci: Unset CONFIG_DEBUG_INFO_BTF in kernel config
This is currently causing an error as the pahole utility available in
the build environment is too old:

  LD      vmlinux.o
  MODPOST vmlinux.symvers
  MODINFO modules.builtin.modinfo
  GEN     modules.builtin
  CC      .vmlinux.export.o
BTF: .tmp_vmlinux.btf: pahole version v1.12 is too old, need at least v1.16
Failed to generate BTF for vmlinux
Try to disable CONFIG_DEBUG_INFO_BTF
make: *** [Makefile:1169: vmlinux] Error 1

Additionally, revert the installation of dwarves package providing the
above mentioned tool.

Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com>
Diffstat (limited to '.config-fragment')
-rw-r--r--.config-fragment1
1 files changed, 0 insertions, 1 deletions
diff --git a/.config-fragment b/.config-fragment
index a3f22b1f0d8a..078b665758bc 100644
--- a/.config-fragment
+++ b/.config-fragment
@@ -105,7 +105,6 @@ CONFIG_CRYPTO_USER_API_HASH=y
 CONFIG_CRYPTO_USER_API_SKCIPHER=y
 CONFIG_DCB=y
 CONFIG_DEBUG_ATOMIC_SLEEP=y
-CONFIG_DEBUG_INFO_BTF=y
 CONFIG_DEBUG_INFO_DWARF4=y
 # CONFIG_DEBUG_MISC is not set
 # CONFIG_DEBUG_PREEMPT is not set