openblas: avoid building tests with doCheck=false
This commit is contained in:
@@ -275,6 +275,9 @@ stdenv.mkDerivation rec {
|
||||
})
|
||||
);
|
||||
|
||||
# The default "all" target unconditionally builds the "tests" target.
|
||||
buildFlags = lib.optionals (!doCheck) [ "shared" ];
|
||||
|
||||
doCheck = true;
|
||||
checkTarget = "tests";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user