Skip to content

Commit 2d459b5

Browse files
authored
As of #133 (#134)
none of this is necessary anymore, so delete/move
1 parent f7f6e0a commit 2d459b5

File tree

4 files changed

+9
-17
lines changed

4 files changed

+9
-17
lines changed

config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ architectures:
33
- x86_64
44
flavors:
55
- name: zone
6-
- name: zone-bpf
76
constraints:
87
lower: '6.1'
98
- name: zone-amdgpu

configs/aarch64/zone-bpf.fragment.config

Lines changed: 0 additions & 13 deletions
This file was deleted.

configs/aarch64/zone.config

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1882,3 +1882,12 @@ CONFIG_ARCH_HAS_KCOV=y
18821882
CONFIG_CC_HAS_SANCOV_TRACE_PC=y
18831883
CONFIG_ARCH_USE_MEMTEST=y
18841884

1885+
# Things needed to make eBPF tools happy
1886+
CONFIG_DEBUG_INFO=y
1887+
CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y
1888+
CONFIG_DEBUG_INFO_REDUCED=n
1889+
CONFIG_DEBUG_INFO_SPLIT=n
1890+
CONFIG_DEBUG_INFO_NONE=n
1891+
CONFIG_DEBUG_INFO_BTF=y
1892+
CONFIG_DEBUG_INFO_BTF_MODULES=y
1893+
CONFIG_DEBUG_INFO_COMPRESSED_ZSTD=y

hack/build/build.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@ esac
4848
# We don't really care how big the host kernel is.
4949
# Nvidia kernels have chonker firmwares, even compressed (like 200MB total size), so not much we can really do there.
5050
case "$KERNEL_FLAVOR" in
51-
zone-bpf)
52-
# Skip the check for zone-bpf, it is allowed to be big
53-
;;
5451
zone-nvidiagpu)
5552
# Firmware means this is unavoidably quite large
5653
;;

0 commit comments

Comments
 (0)