gdk-pixbuf: Disable tests
The tests take an excessive amount of time (> 1.5 hours) and memory (> 6 GB). http://hydra.nixos.org/build/24911713 http://hydra.nixos.org/build/24470055#tabs-buildsteps
This commit is contained in:
parent
aba76f23a5
commit
b1104d6082
@ -26,8 +26,8 @@ stdenv.mkDerivation rec {
|
|||||||
+ stdenv.lib.optionalString (gobjectIntrospection != null) " --enable-introspection=yes"
|
+ stdenv.lib.optionalString (gobjectIntrospection != null) " --enable-introspection=yes"
|
||||||
;
|
;
|
||||||
|
|
||||||
# Seems to randomly fail sometimes with a bus error. FIXME
|
# The tests take an excessive amount of time (> 1.5 hours) and memory (> 6 GB).
|
||||||
doCheck = !stdenv.isDarwin;
|
doCheck = false;
|
||||||
|
|
||||||
postInstall = "rm -rf $out/share/gtk-doc";
|
postInstall = "rm -rf $out/share/gtk-doc";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user