libav: Disable tests
These appear to fail randomly sometimes: http://hydra.nixos.org/build/10854615
This commit is contained in:
parent
cdf7d6a66f
commit
255a6a9da8
@ -84,7 +84,7 @@ let
|
|||||||
cp -s "$out"/bin/* "$tools/bin/"
|
cp -s "$out"/bin/* "$tools/bin/"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
doInstallCheck = true;
|
doInstallCheck = false; # fails randomly
|
||||||
installCheckTarget = "check"; # tests need to be run *after* installation
|
installCheckTarget = "check"; # tests need to be run *after* installation
|
||||||
|
|
||||||
crossAttrs = {
|
crossAttrs = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user