Commit edec19b6 authored by Luna Nova's avatar Luna Nova Committed by Martin Weinelt
Browse files

opencv.tests: add big-parallel to requiredSystemFeatures

parent 2af4c082
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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