guix-commits
[Top][All Lists]
Advanced

[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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]