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:
parent
e598032710
commit
7fd5175693
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue