mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 07:41:23 +01:00
only link to one jemalloc build
Without setting JEMALLOC_OVERRIDE, we end up linking to two different jemalloc builds. Once dynamically, as a transitive dependency through rocksdb, and a second time to the static jemalloc that tikv-jemalloc-sys builds. This fixes dynamically-linked jemalloc builds, for the reasons described in <https://github.com/girlbossceo/conduwuit/pull/400#issue-2316700200>.
This commit is contained in:
parent
b6fc9b0feb
commit
ee43c2ff4c
2 changed files with 22 additions and 2 deletions
|
|
@ -30,5 +30,9 @@ mkShell {
|
|||
toolchain
|
||||
]
|
||||
++
|
||||
default.nativeBuildInputs;
|
||||
default.nativeBuildInputs
|
||||
++
|
||||
default.propagatedBuildInputs
|
||||
++
|
||||
default.buildInputs;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue