gnu: zstd: Skip tests when cross-compiling.

* gnu/packages/compression.scm (zstd)[arguments]: Adjust #:tests? to
skip tests when cross-compiling.
This commit is contained in:
Efraim Flashner 2023-07-20 17:39:55 +03:00
parent 261422e745
commit 8442760638
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1661,7 +1661,8 @@ (define-public zstd
;; Not currently detected, but be explicit & avoid surprises later.
"HAVE_LZ4=0"
"HAVE_ZLIB=0")
#:tests? ,(not (target-hurd?))))
#:tests? ,(not (or (target-hurd?)
(%current-target-system)))))
(home-page "https://facebook.github.io/zstd/")
(synopsis "Zstandard real-time compression algorithm")
(description "Zstandard (@command{zstd}) is a lossless compression algorithm