forked from Deuxfleurs/garage
Add LMDB to debug builds
This commit is contained in:
parent
906fe78b24
commit
865f0c7d0c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue