Skip to content

Commit

Permalink
Merge pull request #256 from tomponline/latest-edge
Browse files Browse the repository at this point in the history
Switch latest/edge to core24
  • Loading branch information
tomponline authored Jan 5, 2024
2 parents e1175b0 + e98630f commit 098703a
Showing 1 changed file with 19 additions and 7 deletions.
26 changes: 19 additions & 7 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: lxd
base: core22
base: core24
build-base: devel
assumes:
- snapd2.39
version: git
Expand Down Expand Up @@ -184,6 +185,8 @@ parts:
plugin: nil
stage-packages:
- ceph-common
- libssh-dev
- libsnappy1v5
organize:
usr/bin/: bin/
usr/lib/: lib/
Expand All @@ -205,9 +208,10 @@ parts:
- lib/*/libibverbs.so*
- lib/*/libicudata.so*
- lib/*/libicuuc.so*
- lib/*/liblber-2.5.so*
- lib/*/libldap-2.5.so*
- lib/*/liblua5.3.so*
- lib/*/liblber*.so*
- lib/*/libldap*.so*
- lib/*/liblua*.so*
- lib/*/libncurses.so*
- lib/*/libndctl.so*
- lib/*/libnghttp2.so*
- lib/*/liboath.so*
Expand All @@ -221,6 +225,10 @@ parts:
- lib/*/librtmp.so*
- lib/*/libsasl2.so*
- lib/*/libsnappy.so*
- lib/*/libssh.so*
- lib/*/libtcmalloc.so*
- lib/*/libunistring.so*
- lib/*/libunwind.so*

criu:
source: https://github.com/checkpoint-restore/criu
Expand Down Expand Up @@ -256,7 +264,7 @@ parts:
[ "$(uname -m)" != "ppc64le" ] && exit 0
set -ex
make
make USERCFLAGS=-Wno-error=format-truncation
mkdir -p "${CRAFT_PART_INSTALL}/criu/"
cp criu/criu "${CRAFT_PART_INSTALL}/criu/"
organize:
Expand Down Expand Up @@ -319,6 +327,7 @@ parts:
source-depth: 1
plugin: nil
build-packages:
- g++
- on amd64:
- acpica-tools
- uuid-dev
Expand Down Expand Up @@ -879,6 +888,7 @@ parts:
- --localstatedir=/var/
build-packages:
- bison
- bzip2
- flex
- pkg-config
- libaio-dev
Expand Down Expand Up @@ -1061,6 +1071,7 @@ parts:
- bin/xfs_repair
- bin/mkfs.xfs
- lib/*/libinih.so*
- lib/*/liburcu.so*

xtables:
plugin: nil
Expand Down Expand Up @@ -1265,6 +1276,7 @@ parts:
source: https://github.com/lxc/lxc
source-type: git
build-packages:
- dpkg-dev
- libapparmor-dev
- libcap-dev
- libdbus-1-dev
Expand Down Expand Up @@ -1377,12 +1389,12 @@ parts:
- libacl1-dev
- libudev-dev
- libxml2-dev
- libxslt-dev
- libxslt1-dev
- libblas-dev
- libopenblas-dev
- liblapack-dev
- pkg-config
- pypy-dev
- pypy3-dev
- python3-dev
- python3-venv
build-snaps:
Expand Down

0 comments on commit 098703a

Please sign in to comment.