lz4: remove test restrictions
Tests are still disabled by default.
This commit is contained in:
parent
6c6201a99b
commit
c0f59dc0bb
1 changed files with 1 additions and 2 deletions
|
@ -17,9 +17,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
makeFlags = "PREFIX=$(out)";
|
||||
|
||||
doCheck = false;
|
||||
doCheck = false; # tests take a very long time
|
||||
checkTarget = "test";
|
||||
checkFlags = "-j1 -C programs"; # -j1 required since version 128, -C should be temporary
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Extremely fast compression algorithm";
|
||||
|
|
Loading…
Reference in a new issue