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.
This commit is contained in:
Efraim Flashner 2021-04-19 20:56:23 +03:00
parent e598032710
commit 7fd5175693
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1422,7 +1422,7 @@ (define-public zstd
(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.