openblas: avoid building tests with doCheck=false

This commit is contained in:
Alex James
2025-09-10 15:51:02 +01:00
committed by Emily
parent 9e69fc52e7
commit f16a133fcd
@@ -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";