Skip to content

Commit

Permalink
use a statically-linked binary for complement
Browse files Browse the repository at this point in the history
Dynamically-linked jemalloc is broken.
  • Loading branch information
Benjamin Lee committed May 24, 2024
1 parent 6a1cbe7 commit 9e9ff64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bin/complement
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
book = scopeHost.book;

complement = scopeHost.complement;
static-complement = scopeHostStatic.complement;
}
//
builtins.listToAttrs
Expand Down

0 comments on commit 9e9ff64

Please sign in to comment.