Merge pull request #263174 from markuskowa/fix-elpa

elpa: disable tests, when bulding with CUDA
This commit is contained in:
markuskowa 2023-10-25 12:13:47 +02:00 committed by GitHub
commit fbdaf18107
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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