You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use a container featuring a standard toolchain to build our ebpf binaries. Quoting cilium/ebpf docs:
We recommend building eBPF C code from within a container with a stable LLVM toolchain, as well as checking all generated .o and .go files into source control. This buys you fully-reproducible builds, prevents bugs due to team members using different LLVM versions and makes your packages fully independent and go runnable. It also prevents PII from leaking into ELFs in the form of absolute paths to .c source files in DWARF info.
The text was updated successfully, but these errors were encountered:
Use a container featuring a standard toolchain to build our ebpf binaries. Quoting
cilium/ebpf
docs:The text was updated successfully, but these errors were encountered: