Add LMDB to debug builds

pull/553/head
Alex Auvolat 12 months ago
parent 906fe78b24
commit 865f0c7d0c
  1. 2
      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"

Loading…
Cancel
Save