opencv.tests: add big-parallel to requiredSystemFeatures

This commit is contained in:
Luna Nova
2025-11-12 02:51:28 +01:00
committed by Martin Weinelt
parent 2af4c082a8
commit edec19b63d
+1 -1
View File
@@ -83,7 +83,7 @@ runCommand "opencv4-tests"
testRunner = optionalString (!isDarwin) "${getExe xvfb-run} -a ";
requiredSystemFeatures = optionals cudaSupport [ "cuda" ];
requiredSystemFeatures = [ "big-parallel" ] ++ optionals cudaSupport [ "cuda" ];
}
''
set -euo pipefail