libcouchbase: tests can't run in parallel
70e2b0bef065b1b turned on parallel checking for cmake by default. This doesn't work for libcouchebase.
This commit is contained in:
parent
9fba490258
commit
7cadf5f76c
@ -16,6 +16,9 @@ stdenv.mkDerivation rec {
|
|||||||
nativeBuildInputs = [ cmake pkgconfig ];
|
nativeBuildInputs = [ cmake pkgconfig ];
|
||||||
buildInputs = [ libevent openssl ];
|
buildInputs = [ libevent openssl ];
|
||||||
|
|
||||||
|
# Running tests in parallel does not work
|
||||||
|
enableParallelChecking = false;
|
||||||
|
|
||||||
doCheck = !stdenv.isDarwin;
|
doCheck = !stdenv.isDarwin;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user