Skip to content

Commit

Permalink
feat(snap): exclude redundant files in snapcraft
Browse files Browse the repository at this point in the history
Parts 'kuiper' and 'postgres' have some files with same file name, but with different contents

Signed-off-by: Mengyi Wang <[email protected]>
  • Loading branch information
MonicaisHer committed May 23, 2022
1 parent 661da0b commit 903d230
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -848,11 +848,15 @@ 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/share/doc/libcurl*
- -usr/share/doc/curl
- -usr/lib/x86_64-linux-gnu/*
- -usr/share/doc/libldap-2.4-2/*
- -usr/share/doc/libldap-common/*


metadata:
plugin: nil
Expand Down

0 comments on commit 903d230

Please sign in to comment.