Merge pull request #263174 from markuskowa/fix-elpa
elpa: disable tests, when bulding with CUDA
This commit is contained in:
commit
fbdaf18107
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