From 6a1f4c2e3f03ab474dae6fe357b1de3305cfd497 Mon Sep 17 00:00:00 2001 From: Thomas Parrott Date: Wed, 9 Oct 2024 14:38:28 +0100 Subject: [PATCH] snapcraft: Use --strip-all for clarity Signed-off-by: Thomas Parrott --- snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index b455808e..d1163c32 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1566,7 +1566,7 @@ parts: -not -path "${CRAFT_PRIME}/bin/uefivars.py" \ -not -path "${CRAFT_PRIME}/bin/lxcfs" \ -not -path "${CRAFT_PRIME}/bin/gpu-2404-custom-wrapper" \ - -exec strip -s {} + + -exec strip --strip-all {} + # This is the actual LXD binary. strip --strip-all "${CRAFT_PRIME}/sbin/lxd"