Skip to content

Commit

Permalink
Merge pull request canonical#500 from simondeziel/ceph-snappy
Browse files Browse the repository at this point in the history
Ceph snappy
  • Loading branch information
tomponline authored Jul 10, 2024
2 parents c02839d + 0eb7b80 commit 803237c
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,14 +191,19 @@ parts:
- libatomic
plugin: nil
stage-packages:
# XXX: explicitly depend on libsnappy1v5 due to https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/2072656
- on amd64:
- ceph-common
- libsnappy1v5
- on arm64:
- ceph-common
- libsnappy1v5
- on ppc64el:
- ceph-common
- libsnappy1v5
- on s390x:
- ceph-common
- libsnappy1v5
organize:
usr/bin/: bin/
usr/lib/: lib/
Expand Down Expand Up @@ -232,8 +237,12 @@ parts:
- lib/*/libicudata.so*
- lib/*/libicuuc.so*
- lib/*/liblber-2.5.so*
- lib/*/liblber.so*
- lib/*/libldap-2.5.so*
- lib/*/libldap.so*
- lib/*/liblmdb.so*
- lib/*/liblua5.4.so*
- lib/*/libncurses.so*
- lib/*/libndctl.so*
- lib/*/libnghttp2.so*
- lib/*/liboath.so*
Expand All @@ -247,13 +256,9 @@ parts:
- lib/*/librtmp.so*
- lib/*/libsasl2.so*
- lib/*/libsnappy.so*
- lib/*/libncurses.so*
- lib/*/liblber.so*
- lib/*/libldap.so*
- lib/*/libssh.so*
- lib/*/liblmdb.so*
- lib/*/libunwind.so*
- lib/*/libtcmalloc.so*
- lib/*/libunwind.so*

criu:
source: https://github.com/checkpoint-restore/criu
Expand Down

0 comments on commit 803237c

Please sign in to comment.