Skip to content

Commit

Permalink
Tests
Browse files Browse the repository at this point in the history
Signed-off-by: Cole Miller <[email protected]>
  • Loading branch information
cole-miller committed Oct 10, 2024
1 parent dac2b45 commit a360343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ dist: doc
(cd $(TMP)/lxd-$(VERSION) ; go mod vendor)

# Download the dqlite library
git clone --depth=1 https://github.com/canonical/dqlite $(TMP)/lxd-$(VERSION)/vendor/dqlite
git clone --depth=1 --branch leader-pseudo-coroutines https://github.com/cole-miller/dqlite $(TMP)/lxd-$(VERSION)/vendor/dqlite
(cd $(TMP)/lxd-$(VERSION)/vendor/dqlite ; git show-ref HEAD | cut -d' ' -f1 > .gitref)

# Copy doc output
Expand Down

0 comments on commit a360343

Please sign in to comment.