Skip to content

Commit

Permalink
build(snap): Remove helper scripts from staged snaps (#4232)
Browse files Browse the repository at this point in the history
* build(snap): Remove helper scripts from staged snaps

Signed-off-by: Farshid Tavakolizadeh <farshid.tavakolizadeh@canonical.com>

* build(snap): Revert kuiper unstaging

Signed-off-by: Farshid Tavakolizadeh <farshid.tavakolizadeh@canonical.com>
  • Loading branch information
farshidtz authored Nov 16, 2022
1 parent a73500d commit af696e2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -793,6 +793,11 @@ parts:
- -usr/share/doc/libpgm-5.2-0/*
- -usr/share/doc/libsodium23/*
- -usr/share/doc/libzmq5/*
# Exclude snap extras
- -bin/helper-go
- -bin/source-env-file.sh
- -bin/service-wrapper.sh

# Deprecated
kuiper:
plugin: nil
Expand All @@ -801,7 +806,7 @@ parts:
organize:
bin/setup-redis-credentials.sh: bin/kuiper-setup-redis-credentials.sh
stage:
# Exclude redundant files
# Exclude redundant dependencies
- -usr/bin/curl
- -usr/lib/*/libcurl*
- -usr/lib/*/liblber*
Expand Down

0 comments on commit af696e2

Please sign in to comment.