lz4: Don't test by default as it takes forever
This commit is contained in:
parent
63448b5dac
commit
7a0bbce2e6
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
makeFlags = "PREFIX=$(out)";
|
makeFlags = "PREFIX=$(out)";
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = false;
|
||||||
checkTarget = "test";
|
checkTarget = "test";
|
||||||
checkFlags = "-j1 -C programs"; # -j1 required since version 128, -C should be temporary
|
checkFlags = "-j1 -C programs"; # -j1 required since version 128, -C should be temporary
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user