[Backport release-26.05] xdp-tools: strip debug info from test binaries (#539158)

This commit is contained in:
nixpkgs-ci[bot]
2026-07-07 17:03:41 +00:00
committed by GitHub

View File

@@ -92,6 +92,12 @@ stdenv.mkDerivation (finalAttrs: {
nuke-refs "$lib"/lib/bpf/*.o
'';
stripDebugList = [
"bin"
"lib"
"share/xdp-tools"
];
meta = {
homepage = "https://github.com/xdp-project/xdp-tools";
description = "Library and utilities for use with XDP";