mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-03-05 14:51:49 +00:00
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"
|
||||
;
|
||||
|
||||
# Seems to randomly fail sometimes with a bus error. FIXME
|
||||
doCheck = !stdenv.isDarwin;
|
||||
# The tests take an excessive amount of time (> 1.5 hours) and memory (> 6 GB).
|
||||
doCheck = false;
|
||||
|
||||
postInstall = "rm -rf $out/share/gtk-doc";
|
||||
|
||||
|
|
Loading…
Reference in a new issue