use a statically-linked binary for complement

Dynamically-linked jemalloc is broken.
This commit is contained in:
Benjamin Lee 2024-05-23 20:53:13 -07:00 committed by June 🍓🦴
parent ad39a34c16
commit 5d81203277
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -115,6 +115,7 @@
book = scopeHost.book;
complement = scopeHost.complement;
static-complement = scopeHostStatic.complement;
}
//
builtins.listToAttrs