Don't clean out the gnome snap, it takes python3 away?

This commit is contained in:
Miguel Jacq 2025-02-09 18:05:32 +11:00
parent 774298c624
commit 330eaaeace
No known key found for this signature in database
GPG Key ID: 59B3F0C24135C6A9

View File

@ -207,11 +207,9 @@ parts:
plugin: nil
build-snaps: # List all content-snaps and base snaps you're using here
- core24
- core22
- go/latest/stable
- gnome-46-2404-sdk
override-prime: |
set -eux
for snap in core24 core22 go/latest/stable gnome-46-2404-sdk; do # List all content-snaps and base snaps you're using here
for snap in core24 go/latest/stable; do # List all content-snaps and base snaps you're using here
cd "/snap/$snap/current" && find . -type f,l -exec rm -f "$CRAFT_PRIME/{}" \;
done