Skip to content

Commit

Permalink
Makefile: pin dqlite to a specific SHA1 commit
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
simondeziel committed Jun 20, 2024
1 parent 2a6bfc1 commit 014f812
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,11 @@ deps:

# dqlite
@if [ ! -e "$(DQLITE_PATH)" ]; then \
git clone --depth=1 "https://github.com/canonical/dqlite" "$(DQLITE_PATH)"; \
git clone "https://github.com/canonical/dqlite" "$(DQLITE_PATH)"; \
elif [ -e "$(DQLITE_PATH)/.git" ]; then \
cd "$(DQLITE_PATH)"; git pull; \
fi
fi; \
git reset --hard 50ee9af350b2fb4e79f9eb58db22c8a0927138de

cd "$(DQLITE_PATH)" && \
autoreconf -i && \
Expand Down

0 comments on commit 014f812

Please sign in to comment.