tree-wide: disable doCheck and doInstallCheck where it fails (the trivial part)
This commit is contained in:
@@ -403,6 +403,8 @@ stdenv.mkDerivation ({
|
||||
buildFlags =
|
||||
optional bootstrap (if profiledCompiler then "profiledbootstrap" else "bootstrap");
|
||||
|
||||
doCheck = false; # requires a lot of tools, causes a dependency cycle for stdenv
|
||||
|
||||
installTargets =
|
||||
if stripped
|
||||
then "install-strip"
|
||||
|
||||
Reference in New Issue
Block a user