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:
parent
6ddb74a81a
commit
3f31d4b11b
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
doCheck = true;
|
||||
doCheck = !enableCuda;
|
||||
|
||||
nativeCheckInputs = [ mpiCheckPhaseHook openssh ];
|
||||
preCheck = ''
|
||||
|
|
Loading…
Reference in a new issue