diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2021-04-19 20:56:23 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-04-22 11:07:52 +0300 |
commit | 7fd5175693a430e365b928e69f8e6edee6c41cb3 (patch) | |
tree | 5eabf3a365fe4fbc1536ca3df95f483777d4728a /gnu | |
parent | e598032710d6be98a876f7621df30987625390cb (diff) | |
download | guix-7fd5175693a430e365b928e69f8e6edee6c41cb3.tar.gz |
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.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/compression.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm index 174aaf71e4..0868a265ee 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. |