opencv.tests: add big-parallel to requiredSystemFeatures
This commit is contained in:
committed by
Martin Weinelt
parent
2af4c082a8
commit
edec19b63d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user