From 10353ea644840bb7abdcac99f4cd6e9d1e940608 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Wed, 14 Aug 2024 16:53:09 +0000 Subject: automatic import of guile --- guile-3.0.7-disable-oom-test.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 guile-3.0.7-disable-oom-test.patch (limited to 'guile-3.0.7-disable-oom-test.patch') diff --git a/guile-3.0.7-disable-oom-test.patch b/guile-3.0.7-disable-oom-test.patch new file mode 100644 index 0000000..657aa93 --- /dev/null +++ b/guile-3.0.7-disable-oom-test.patch @@ -0,0 +1,13 @@ +diff --git a/test-suite/standalone/test-out-of-memory b/test-suite/standalone/test-out-of-memory +index 95692d6..49988ce 100755 +--- a/test-suite/standalone/test-out-of-memory ++++ b/test-suite/standalone/test-out-of-memory +@@ -3,6 +3,8 @@ guild compile "$0" + exec guile -q -s "$0" "$@" + !# + ++(exit 77) ++ + (unless (defined? 'setrlimit) + ;; Without an rlimit, this test can take down your system, as it + ;; consumes all of your memory. That doesn't seem like something we -- cgit v1.2.3