tree-wide: disable doCheck and doInstallCheck where it fails (the trivial part)
This commit is contained in:
@@ -22,6 +22,7 @@ stdenv.mkDerivation rec {
|
||||
# XXX: The GNU ld wrapper does all sorts of nasty things wrt. RPATH, which
|
||||
# leads to the failure of a number of tests.
|
||||
doCheck = false;
|
||||
doInstallCheck = false;
|
||||
|
||||
# Don't run the native `strip' when cross-compiling. This breaks at least
|
||||
# with `.a' files for MinGW.
|
||||
|
||||
Reference in New Issue
Block a user