Skip to content

Commit

Permalink
snapcraft: Use --strip-all for clarity
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Parrott <[email protected]>
  • Loading branch information
tomponline committed Oct 9, 2024
1 parent 85fcfc7 commit 1a6bd74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1569,7 +1569,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 {} +
strip --strip-all "${CRAFT_PRIME}/sbin/lxd"
Expand Down

0 comments on commit 1a6bd74

Please sign in to comment.