mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
mesa: disable tests again
Still affected by https://bugs.freedesktop.org/show_bug.cgi?id=67672
This commit is contained in:
parent
7b6225c3a4
commit
685d5a02a2
@ -95,7 +95,7 @@ stdenv.mkDerivation {
|
||||
;
|
||||
|
||||
enableParallelBuilding = true;
|
||||
doCheck = true; # https://bugs.freedesktop.org/show_bug.cgi?id=67672,
|
||||
#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