3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #85812 from jtojnar/gegl-timeout

This commit is contained in:
Jan Tojnar 2020-04-22 23:23:39 +02:00 committed by GitHub
commit c52cc1953c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 12 deletions

View file

@ -46,8 +46,13 @@ stdenv.mkDerivation rec {
}; };
patches = [ patches = [
# Remove gegl:simple / backend-file test that times out frequently # Prevent deadlock making tests time-out
./patches/no-simple-backend-file-test.patch # https://gitlab.gnome.org/GNOME/gegl/issues/226
# https://gitlab.gnome.org/GNOME/glib/issues/1941
(fetchpatch {
url = "https://gitlab.gnome.org/GNOME/gegl/commit/1d530816266b52c8788bbe1504c5b2d6eceba036.patch";
sha256 = "8PlUcLQkuskjDGCA2obUPDW3jE++A6B5YWVgvn+GFrU=";
})
]; ];
nativeBuildInputs = [ nativeBuildInputs = [

View file

@ -1,10 +0,0 @@
diff --git a/tests/simple/meson.build b/tests/simple/meson.build
index 2c735d80a..ae4d50f2a 100644
--- a/tests/simple/meson.build
+++ b/tests/simple/meson.build
@@ -1,5 +1,4 @@
testnames = [
- 'backend-file',
'buffer-cast',
'buffer-changes',
'buffer-extract',