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

commit 7fd5175693a430e365b928e69f8e6edee6c41cb3
Author: Efraim Flashner <[email protected]>
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