mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-18 00:01:24 +01:00
remove jemalloc support
It's no longer being developed and it is very very annoying to maintain support for.
This commit is contained in:
parent
55a01e7113
commit
e6dbc293f1
8 changed files with 27 additions and 89 deletions
|
|
@ -2,10 +2,6 @@
|
|||
{ inputs
|
||||
, lib
|
||||
, rocksdb
|
||||
, rust-jemalloc-sys
|
||||
|
||||
# Options (keep sorted)
|
||||
, enableJemalloc ? false
|
||||
}:
|
||||
|
||||
let
|
||||
|
|
@ -17,10 +13,7 @@ let
|
|||
(builtins.readFile ../../../flake.lock)
|
||||
).nodes.rocksdb.original.ref;
|
||||
})).override {
|
||||
jemalloc = rust-jemalloc-sys;
|
||||
|
||||
enableLiburing = false;
|
||||
inherit enableJemalloc;
|
||||
};
|
||||
|
||||
cVersion = rocksdb'.version;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue