mesa: try enabling tests again

I know this doesn't really belong into this branch, but rebuilding time
is expensive (and I forgot in x-updates).

Tests do work locally for me, but we might hit that mentioned bug again.
This commit is contained in:
Vladimír Čunát 2014-04-02 21:37:27 +02:00
parent c4371afd06
commit 7b6225c3a4

View File

@ -95,8 +95,7 @@ stdenv.mkDerivation {
;
enableParallelBuilding = true;
#doCheck = true; # https://bugs.freedesktop.org/show_bug.cgi?id=67672,
#tests for 10.* fail to link due to some RTTI problem
doCheck = true; # https://bugs.freedesktop.org/show_bug.cgi?id=67672,
# move gallium-related stuff to $drivers, so $out doesn't depend on LLVM;
# also move libOSMesa to $osmesa, as it's relatively big