Skip to content

Commit

Permalink
dqlite: Bump to v1.18.1 (latest-candidate) (#711)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomponline authored Feb 5, 2025
2 parents 7a6ecda + 2d22bc9 commit 603e2fb
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -332,9 +332,8 @@ parts:

dqlite:
source: https://github.com/canonical/dqlite
# XXX: We often cherry-pick for candidate builds so don't do shallow clone
#source-depth: 1
source-commit: 6339f32a9b15b31163798de309a585927b22025f # v1.18.0
source-depth: 1
source-commit: 7a37bdfbf0e83edc09ecc621f02a6c7159c9a816 # v1.18.1
source-type: git
plugin: autotools
autotools-configure-parameters:
Expand All @@ -348,17 +347,6 @@ parts:
- liblz4-dev
- libsqlite3-dev
- libuv1-dev
override-build: |
set -ex
# Git cherry-picks
cd ../src
git config user.email "[email protected]"
git config user.name "LXD snap builder"
git cherry-pick -x 7a37bdfbf0e83edc09ecc621f02a6c7159c9a816 # Segfault fix
craftctl default
organize:
usr/bin/: bin/
usr/lib/: lib/
Expand Down

0 comments on commit 603e2fb

Please sign in to comment.