1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: go-github-com-klauspost-compress: Run only short tests.

* gnu/packages/golang-compression.scm (go-github-com-klauspost-compress)
[arguments] <test-flags>: Run only short and save tests by providing
"-short" and "-tags=nounsafe" options.

Change-Id: If0422a0961f50382046b873e6493b84050b2f60a
This commit is contained in:
Sharlatan Hellseher
2025-03-29 08:55:20 +00:00
parent fed7bff451
commit a67617e7eb

View File

@@ -215,6 +215,7 @@ library included in the stdlib, and supports GIF, TIFF and PDF.")
(build-system go-build-system)
(arguments
(list
#:test-flags #~(list "-short" "-tags=nounsafe")
#:import-path "github.com/klauspost/compress"))
(home-page "https://github.com/klauspost/compress")
(synopsis "Go compression library")