diff options
author | Carl Dong <contact@carldong.me> | 2019-05-28 15:40:26 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-06-14 09:46:49 +0200 |
commit | 44f07d1dc6806e97c4e9ee3e6be883cc59dc666e (patch) | |
tree | a9a5a54c20f1edb22b0b75638e569e9a847a4fc2 /gnu/packages/guile.scm | |
parent | b644008ca2ea2cb588a1deec8cddaf8e4f07e004 (diff) |
gnu: guile: Disable unreliable out-of-memory test
* gnu/packages/patches/guile-2.2-skip-oom-test.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/guile.scm (guile-2.2)[source](patches): Add
"guile-2.2-skip-oom-test.patch".
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/guile.scm')
-rw-r--r-- | gnu/packages/guile.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm index 67825ffc30..ae5fca513a 100644 --- a/gnu/packages/guile.scm +++ b/gnu/packages/guile.scm @@ -228,6 +228,8 @@ without requiring the source code to be rewritten.") (base32 "07p3g0v2ba2vlfbfidqzlgbhnzdx46wh2rgc5gszq1mjyx5bks6r")) (modules '((guix build utils))) + (patches (search-patches + "guile-2.2-skip-oom-test.patch")) ;; Remove the pre-built object files. Instead, build everything ;; from source, at the expense of significantly longer build |