Skip to content

Commit

Permalink
snapcraft: make it clear that lz4 lib isn't primed
Browse files Browse the repository at this point in the history
snapcraft deduplication is not applied to files from packages listed in
stage-packages.  To avoid duplicating lz4's .so, make it explicit that we don't
want to prime it and instead relying on the one provided in the base snap.

Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
simondeziel committed Feb 4, 2024
1 parent 292e087 commit 2052ac1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -978,6 +978,7 @@ parts:
prime:
- lib/libraft*so*
- lib/*/libuv.so*
#- lib/*/liblz4.so* # use liblz4.so from the base snap

sqlite:
source: https://github.com/sqlite/sqlite
Expand Down

0 comments on commit 2052ac1

Please sign in to comment.