use a statically-linked binary for complement
Dynamically-linked jemalloc is broken.
This commit is contained in:
parent
ad39a34c16
commit
5d81203277
2 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,7 @@ toplevel="$(git rev-parse --show-toplevel)"
|
|||
|
||||
pushd "$toplevel" > /dev/null
|
||||
|
||||
bin/nix-build-and-cache just .#complement
|
||||
bin/nix-build-and-cache just .#static-complement
|
||||
|
||||
docker load < result
|
||||
popd > /dev/null
|
||||
|
|
|
@ -115,6 +115,7 @@
|
|||
book = scopeHost.book;
|
||||
|
||||
complement = scopeHost.complement;
|
||||
static-complement = scopeHostStatic.complement;
|
||||
}
|
||||
//
|
||||
builtins.listToAttrs
|
||||
|
|
Loading…
Add table
Reference in a new issue