finally error on complement diff mismatch, remove jemalloc builds from

CI

jemalloc is now a default feature

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-05-21 21:06:53 -04:00 committed by June 🍓🦴
parent 08577873b4
commit bef7dbd1cb
3 changed files with 3 additions and 8 deletions

View file

@ -101,7 +101,6 @@
{
packages = {
default = scopeHost.main;
jemalloc = scopeHost.main.override { features = ["jemalloc"]; };
hmalloc = scopeHost.main.override { features = ["hardened_malloc"]; };
oci-image = scopeHost.oci-image;