From ba74ec795e73e6fd62059d1f3f264984b59bb5c3 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 f2d31198..1f3afea6 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1575,7 +1575,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"