mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +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 New Issue
Block a user