mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
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:
parent
c4371afd06
commit
7b6225c3a4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user