mimalloc: revert doCheck enable
For some reason, test fails with binary not being able to find libmimalloc.so.2.0. Manually specifying LD_LIBRARY_PATH gets it working, which does not look like a very viable fix.
This commit is contained in:
parent
58e6fa615a
commit
89400633b9
1 changed files with 0 additions and 2 deletions
|
@ -39,8 +39,6 @@ stdenv.mkDerivation rec {
|
|||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
||||
doCheck = true;
|
||||
|
||||
meta = with lib; {
|
||||
description = "Compact, fast, general-purpose memory allocator";
|
||||
homepage = "https://github.com/microsoft/mimalloc";
|
||||
|
|
Loading…
Reference in a new issue