From a3603431c397ecf1c34ce6c076480072ab85d617 Mon Sep 17 00:00:00 2001 From: Cole Miller Date: Thu, 10 Oct 2024 15:56:29 -0400 Subject: [PATCH] Tests Signed-off-by: Cole Miller --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 63d3f10c5b09..813931ff20df 100644 --- a/Makefile +++ b/Makefile @@ -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