[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
32/76: gnu: go-golang-zx2c4-com-wireguard: Disable tests.
From: |
guix-commits |
Subject: |
32/76: gnu: go-golang-zx2c4-com-wireguard: Disable tests. |
Date: |
Mon, 15 Jul 2024 07:19:45 -0400 (EDT) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 75bf706de5664ea00edc98ab9839b71f52023af9
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Fri Jul 12 22:25:45 2024 +0100
gnu: go-golang-zx2c4-com-wireguard: Disable tests.
* gnu/packages/golang.scm (go-golang-zx2c4-com-wireguard): Disable tests.
Change-Id: I338b804d4848afd28d24ae31500eaa258e0a8454
---
gnu/packages/golang.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 083c597e22..f7c79e3e08 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -7813,7 +7813,10 @@ additions.")
"09a4gsh75a8bj71wr042afrma9frriqp60cm0cx6c9a8lv5yzzi0"))))
(build-system go-build-system)
(arguments
- '(#:import-path "golang.zx2c4.com/wireguard"))
+ '(;; XXX: Failed on newer version of Golang, the recent release requires
+ ;; gvisor.dev/gvisor, which is huge to pack.
+ #:tests? #f
+ #:import-path "golang.zx2c4.com/wireguard"))
(propagated-inputs
(list go-golang-org-x-crypto go-golang-org-x-net go-golang-org-x-sys
go-golang-org-x-text))
- 09/76: gnu: go-golang-org-x-image: Enable tests., (continued)
- 09/76: gnu: go-golang-org-x-image: Enable tests., guix-commits, 2024/07/15
- 14/76: gnu: go-golang-org-x-mod: Enable tests., guix-commits, 2024/07/15
- 12/76: gnu: go-golang-org-x-mod: Update to 0.19.0., guix-commits, 2024/07/15
- 16/76: gnu: go-golang-org-x-net: Update to 0.27.0., guix-commits, 2024/07/15
- 19/76: gnu: go-golang-org-x-crypto: Update to 0.25.0., guix-commits, 2024/07/15
- 22/76: gnu: go-golang-org-x-term: Update to 0.22.0., guix-commits, 2024/07/15
- 24/76: gnu: go-golang-org-x-time: Update to 0.5.0., guix-commits, 2024/07/15
- 25/76: gnu: go-golang-org-x-time: Fix indentation., guix-commits, 2024/07/15
- 28/76: gnu: go-golang-org-x-tools: Enable most of the tests., guix-commits, 2024/07/15
- 31/76: gnu: go-github-com-pkg-errors: Disable tests., guix-commits, 2024/07/15
- 32/76: gnu: go-golang-zx2c4-com-wireguard: Disable tests.,
guix-commits <=
- 33/76: gnu: go-github-com-go-sql-driver-mysql: Update to 1.8.1., guix-commits, 2024/07/15
- 34/76: gnu: go-github-com-sourcegraph-jsonrpc2: Update to 0.2.0., guix-commits, 2024/07/15
- 35/76: gnu: go-github-com-golangplus-fmt: Disable tests., guix-commits, 2024/07/15
- 36/76: gnu: ghq: Update to 1.6.2., guix-commits, 2024/07/15
- 40/76: gnu: go-github-com-muesli-reflow-wordwrap: Consolidate other packages., guix-commits, 2024/07/15
- 41/76: gnu: Add go-github-com-aymanbagabas-go-osc52-v2., guix-commits, 2024/07/15
- 42/76: gnu: go-github-com-muesli-termenv: Update to 0.15.2., guix-commits, 2024/07/15
- 44/76: gnu: packages/golang-chrypto: Sort some packages., guix-commits, 2024/07/15
- 46/76: gnu: go-filippo-io-age: Update to 1.2.0., guix-commits, 2024/07/15
- 50/76: gnu: govulncheck: Update to 0.0.0-20230110180137-6ad3e3d07815., guix-commits, 2024/07/15