Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #81 from canonical/latest-candidate
Browse files Browse the repository at this point in the history
Fork Sync
  • Loading branch information
Hye-Dev authored Oct 19, 2023
2 parents ce83d3d + 4214b66 commit d279cbc
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: lxd
base: core22
assumes:
- snapd2.39
version: "5.18"
version: "5.19"
grade: stable
summary: LXD - container and VM manager
description: |-
Expand Down Expand Up @@ -1388,7 +1388,7 @@ parts:
lxd:
source: https:/canonical/lxd
source-type: git
source-tag: lxd-5.18
source-tag: lxd-5.19
after:
- lxc
- dqlite
Expand Down Expand Up @@ -1446,13 +1446,6 @@ parts:
git config user.email "[email protected]"
git config user.name "LXD snap builder"
git cherry-pick 5ccebec7d2a4f2e98ded41fac891504e3072daf3 # patches: Don't fail if no storage pools were found
git cherry-pick c5a691c13a2f589c2f72f16edc2817f29639e77a # simplestreams: Fix regression in lxd_combined.tar.gz handling
git cherry-pick f71bd5d539f6f2a4146a28848e9fe90b9386e2b3 # patches: Remove invalid block settings from existing volumes
git cherry-pick 05a73a7a1648e5c1d776bbc2a95598243256f472 # lxc/network-allocations: Fix project and remote usage
git cherry-pick b9e6eb9bf5acabd8193680d8e7a7becc9d8786a1 # patches: Check server name when unsetting invalid block settings
git cherry-pick d88c6d9fc161485ee9025eb808d535909aae2471 # patches: Fix patchStorageRenameCustomISOBlockVolumes when no storage pools exist
# Setup build environment
export GOPATH="$(realpath ./.go)"
export CGO_CFLAGS="-I${CRAFT_STAGE}/include/ -I${CRAFT_STAGE}/usr/local/include/"
Expand Down

0 comments on commit d279cbc

Please sign in to comment.