forked from canonical/lxd-pkg-snap
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Thomas Parrott <[email protected]>
- Loading branch information
1 parent
94da3de
commit b2b9810
Showing
1 changed file
with
1 addition
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1149,7 +1149,7 @@ parts: | |
lxd: | ||
source: https://github.com/canonical/lxd | ||
source-type: git | ||
source-tag: lxd-4.0.9 | ||
source-commit: 7a958a56bc6a370046878a2baaaaaded748713e7 # Pre LXD 4.0.10 | ||
after: | ||
- lxc | ||
- dqlite | ||
|
@@ -1196,9 +1196,6 @@ parts: | |
git config user.email "[email protected]" | ||
git config user.name "LXD snap builder" | ||
git cherry-pick 2c5b0078a0e84ab62c9494e32e131d0686bb0c18 # lxd/devlxd: Don't expand format strings | ||
git cherry-pick af5c49e020877c238510eb096ac586e9708721a6 # lxd/instance/qemu: Set spawn=allow | ||
# Setup build environment | ||
export GOPATH=$(realpath ./.go) | ||
export CGO_CFLAGS="-I${SNAPCRAFT_STAGE}/include/ -I${SNAPCRAFT_STAGE}/usr/local/include/" | ||
|