xdp-tools: strip debug info from test binaries (#538590)

This commit is contained in:
Vladimír Čunát
2026-07-07 05:31:29 +00:00
committed by GitHub
+6
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";