guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: zstd: Adjust test suite for 32-bit architectures.


From: guix-commits
Subject: 01/02: gnu: zstd: Adjust test suite for 32-bit architectures.
Date: Thu, 22 Apr 2021 04:26:29 -0400 (EDT)

efraim pushed a commit to branch core-updates
in repository guix.

commit 7fd5175693a430e365b928e69f8e6edee6c41cb3
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Apr 19 20:56:23 2021 +0300

    gnu: zstd: Adjust test suite for 32-bit architectures.
    
    * gnu/packages/compression.scm (zstd)[arguments]: Adjust
    'fix-tests-32bit phase to work better on low RAM machines.
---
 gnu/packages/compression.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index 174aaf7..0868a26 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -1422,7 +1422,7 @@ or junctions, and always follows hard links.")
            (lambda _
              (substitute* "tests/playTests.sh"
                (("roundTripTest -g8M \"19 -T0 --long\"")
-                "roundTripTest -g8M \"22 -T0 --long\""))))
+                "roundTripTest -g8M \"16 -T0 --long\""))))
          (add-after 'unpack 'remove-bogus-check
            (lambda _
              ;; lib/Makefile falsely claims that no .pc file can be created.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]