Skip to content

Commit

Permalink
build(snap): exclude redundant eKuiper dependencies (edgexfoundry#4035)
Browse files Browse the repository at this point in the history
Signed-off-by: Mengyi Wang <[email protected]>
  • Loading branch information
MonicaisHer authored May 23, 2022
1 parent 87560f2 commit a09756d
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -848,11 +848,22 @@ parts:
organize:
bin/setup-redis-credentials.sh: bin/kuiper-setup-redis-credentials.sh
stage:
# Exclude redundant curl files
# Exclude redundant files
- -usr/bin/curl
- -usr/lib/*/libcurl*
- -usr/lib/*/liblber*
- -usr/lib/*/libldap*
- -usr/lib/*/libnorm*
- -usr/lib/*/libpgm*
- -usr/lib/*/libsodium*
- -usr/lib/*/libzmq*
- -usr/share/doc/libcurl*
- -usr/share/doc/curl
- -usr/share/doc/libldap*
- -usr/share/doc/libnorm*
- -usr/share/doc/libpgm*
- -usr/share/doc/libsodium*
- -usr/share/doc/libzmq*

metadata:
plugin: nil
Expand Down

0 comments on commit a09756d

Please sign in to comment.