aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2023-06-09 12:04:28 +0200
committerAlex Auvolat <alex@adnab.me>2023-06-09 12:04:28 +0200
commit865f0c7d0c1889b06025bcc299925236405400ca (patch)
tree1c26feb3de4a1f77131b2e83b083fb422008bbd5
parent906fe78b240b23a58e37468283eeca89e05798bb (diff)
downloadgarage-865f0c7d0c1889b06025bcc299925236405400ca.tar.gz
garage-865f0c7d0c1889b06025bcc299925236405400ca.zip
Add LMDB to debug builds
-rw-r--r--nix/compile.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/compile.nix b/nix/compile.nix
index c2f557da..efd88bbf 100644
--- a/nix/compile.nix
+++ b/nix/compile.nix
@@ -189,7 +189,7 @@ let
rootFeatures = if features != null then
features
else
- ([ "garage/bundled-libs" "garage/sled" "garage/k2v" ] ++ (if release then [
+ ([ "garage/bundled-libs" "garage/sled" "garage/lmdb" "garage/k2v" ] ++ (if release then [
"garage/consul-discovery"
"garage/kubernetes-discovery"
"garage/metrics"