elpa: disable tests, when bulding with CUDA

CUDA tests will not run in the sandbox or in absence of a GPU
This commit is contained in:
Markus Kowalewski 2023-10-24 18:02:44 +02:00
parent 6ddb74a81a
commit 3f31d4b11b

View file

@ -78,7 +78,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
doCheck = true;
doCheck = !enableCuda;
nativeCheckInputs = [ mpiCheckPhaseHook openssh ];
preCheck = ''