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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user