This is an automated email from the git hooks/post-receive script.
sharlatan pushed a commit to branch go-team
in repository guix.
The following commit(s) were added to refs/heads/go-team by this push:
new 4acb028659 gnu: go-github-com-klauspost-compress: Run only short tests.
4acb028659 is described below
commit 4acb0286595407255474d8cb035d7f5b58ad9082
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Mar 29 08:55:20 2025 +0000
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
---
gnu/packages/golang-compression.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/golang-compression.scm
b/gnu/packages/golang-compression.scm
index 3824774ce9..5e2320f13b 100644
--- a/gnu/packages/golang-compression.scm
+++ b/gnu/packages/golang-compression.scm
@@ -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")