guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: go-go-uber-org-atomic: Update to 1.11.0.


From: guix-commits
Subject: 01/02: gnu: go-go-uber-org-atomic: Update to 1.11.0.
Date: Sun, 5 May 2024 16:28:39 -0400 (EDT)

sharlatan pushed a commit to branch master
in repository guix.

commit b2dbd7ca8a9285ffd25c1bf089b0ffac28913997
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun May 5 21:10:34 2024 +0100

    gnu: go-go-uber-org-atomic: Update to 1.11.0.
    
    The upstream suggested to update to the latest version to resolve
    failing tests on RISK-V, see
    <https://github.com/uber-go/atomic/issues/164>.
    
    * gnu/packages/golang-xyz.scm (go-go-uber-org-atomic): Update to 1.11.0.
    [arguments]: <#:tests?>: Enable tests on all platforms.
    
    Change-Id: I6df21cfaebb9e4d4a609e93f3fe4bfea2bff5e8d
---
 gnu/packages/golang-xyz.scm | 12 ++----------
 1 file changed, 2 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 4e40e148f2..3ff115dc2a 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -3251,7 +3251,7 @@ similar string with weeks or days too.")
 (define-public go-go-uber-org-atomic
   (package
     (name "go-go-uber-org-atomic")
-    (version "1.8.0")
+    (version "1.11.0")
     (source
      (origin
        (method git-fetch)
@@ -3260,18 +3260,10 @@ similar string with weeks or days too.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0grswsk7nkf7zmmychf6aj6032shyag1kgs6zf7qwxyn55dym1v8"))))
+        (base32 "1jdp4gfv9jx7dd066wzj7cj6wsk7fb5q04is42xn2wyp80sw5k3p"))))
     (build-system go-build-system)
     (arguments
      (list
-      ;; XXX: Disable failing tests on non-x86-64 architecture, see
-      ;; <https://github.com/uber-go/atomic/issues/164>.
-      ;;
-      ;; go.uber.org/atomic/uintptr_test.go:72:30: cannot convert
-      ;; math.MaxUint64 (untyped int constant 18446744073709551615) to type
-      ;; uintptr
-      #:tests? (and (not (%current-target-system))
-                    (target-x86-64?))
       #:import-path "go.uber.org/atomic"))
     (native-inputs
      (list go-github-com-stretchr-testify go-github-com-davecgh-go-spew))



reply via email to

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