mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
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
@ -78,7 +78,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
doCheck = true;
|
||||
doCheck = !enableCuda;
|
||||
|
||||
nativeCheckInputs = [ mpiCheckPhaseHook openssh ];
|
||||
preCheck = ''
|
||||
|
Loading…
Reference in New Issue
Block a user