[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: gnu: slang: Really fix the array tests on 32 bit architectures.
From: |
guix-commits |
Subject: |
02/03: gnu: slang: Really fix the array tests on 32 bit architectures. |
Date: |
Fri, 26 Nov 2021 01:15:07 -0500 (EST) |
apteryx pushed a commit to branch core-updates-frozen
in repository guix.
commit 3672f515825132be74d9729ed5778daab33ae64e
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Nov 26 00:01:54 2021 -0500
gnu: slang: Really fix the array tests on 32 bit architectures.
This is a follow up to efb0a04ee05f43e86b3c1fcda867a123d8ed021a.
* gnu/packages/slang.scm (slang)[phases]{reduce-array-test-size}: Further
reduce the array size.
---
gnu/packages/slang.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/slang.scm b/gnu/packages/slang.scm
index e3c9134..693144e 100644
--- a/gnu/packages/slang.scm
+++ b/gnu/packages/slang.scm
@@ -64,7 +64,7 @@
(lambda _
(substitute* "src/test/array.sl"
(("10000,10000,10000,10000,10000,10000")
- "100,100,100,100,100,100"))))
+ "10,10,10,10,10,10"))))
(add-before 'configure 'substitute-before-config
(lambda* (#:key inputs #:allow-other-keys)
(let ((ncurses (assoc-ref inputs "ncurses")))