intel-media-driver: disable tests

Works only on hosts with suitable CPUs.

Fixes Hydra failures:
https://hydra.nixos.org/build/95442132
This commit is contained in:
Nikolay Amiantov 2019-06-28 16:54:01 +03:00
parent 62ef555a96
commit 67ea4fcd3b
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ stdenv.mkDerivation rec {
cmakeFlags = [
"-DINSTALL_DRIVER_SYSCONF=OFF"
"-DLIBVA_DRIVERS_PATH=${placeholder "out"}/lib/dri"
# Works only on hosts with suitable CPUs.
"-DMEDIA_RUN_TEST_SUITE=OFF"
];
nativeBuildInputs = [ cmake pkgconfig ];