llvm: re-disabling tests
accidentally re-enabled doCheck, which isn't working yet
This commit is contained in:
parent
2a21046f24
commit
3b490b7ccb
@ -28,7 +28,7 @@ stdenv.mkDerivation {
|
||||
++ stdenv.lib.optional (!stdenv.isDarwin) [ "-DBUILD_SHARED_LIBS=ON" ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
doCheck = true; # tests are broken, don't know why
|
||||
# doCheck = true; # tests are broken, don't know why
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Collection of modular and reusable compiler and toolchain technologies";
|
||||
|
Loading…
Reference in New Issue
Block a user