llvm: re-disabling tests

accidentally re-enabled doCheck, which isn't working yet
This commit is contained in:
Jason "Don" O'Conal 2013-07-04 19:02:40 +10:00
parent 2a21046f24
commit 3b490b7ccb

View file

@ -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";