[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
22/22: gnu: go-github-com-go-git-go-git-fixtures: Disable tests on non 6
From: |
guix-commits |
Subject: |
22/22: gnu: go-github-com-go-git-go-git-fixtures: Disable tests on non 64bit architectures. |
Date: |
Tue, 3 Sep 2024 10:45:59 -0400 (EDT) |
sharlatan pushed a commit to branch master
in repository guix.
commit 386a1c77aff0fe8e298feac5187553c20e47d56e
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Tue Sep 3 10:15:28 2024 +0100
gnu: go-github-com-go-git-go-git-fixtures: Disable tests on non 64bit
architectures.
* gnu/packages/golang.scm (go-github-com-go-git-go-git-fixtures)
[arguments]: <#:tests?>: Preserve test only on 64 bit architectures.
Change-Id: Iab92ef9541d3cc2195eda784e0b9cf2e7c3597c0
---
gnu/packages/golang.scm | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 95b5480406..9f04b8e423 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -6447,10 +6447,13 @@ temporal directories.")
"002yb1s2mxq2xijkl39ip1iyc3l52k23ikyi9ijfl4bgqxy79ljg"))))
(build-system go-build-system)
(arguments
- `(#:import-path "github.com/go-git/go-git-fixtures/v4"
- #:phases
- (modify-phases %standard-phases
- (delete 'reset-gzip-timestamps))))
+ (list
+ ;; XXX: panic: runtime error: makeslice: cap out of range
+ #:tests? (target-64bit?)
+ #:import-path "github.com/go-git/go-git-fixtures/v4"
+ #:phases
+ #~(modify-phases %standard-phases
+ (delete 'reset-gzip-timestamps))))
(native-inputs
(list go-github-com-alcortesm-tgz go-github-com-go-git-go-billy
go-golang-org-x-sys go-gopkg-in-check-v1))
- branch master updated (5147787b1f -> 386a1c77af), guix-commits, 2024/09/03
- 03/22: gnu: go-github-com-gsterjov-go-libsecret: Update to 0.0.0-20161001094733-a6f4afe4910c., guix-commits, 2024/09/03
- 18/22: gnu: Add go-github-com-pion-webrtc-v3., guix-commits, 2024/09/03
- 12/22: gnu: go-github-com-pion-transport-v2: Update to 2.2.10., guix-commits, 2024/09/03
- 22/22: gnu: go-github-com-go-git-go-git-fixtures: Disable tests on non 64bit architectures.,
guix-commits <=
- 11/22: gnu: Add go-github-com-wlynxg-anet., guix-commits, 2024/09/03
- 20/22: gnu: Add go-github-com-libp2p-zeroconf-v2., guix-commits, 2024/09/03
- 01/22: gnu: Add go-github-com-godbus-dbus-v5., guix-commits, 2024/09/03
- 02/22: gnu: go-github-com-godbus-dbus: Enable tests., guix-commits, 2024/09/03
- 04/22: gnu: go-github-com-gsterjov-go-libsecret: Improve package style., guix-commits, 2024/09/03
- 06/22: gnu: go-github-com-zalando-go-keyring: Enable tests., guix-commits, 2024/09/03
- 10/22: gnu: go-github-com-pion-ice-v2: Update to 2.3.34., guix-commits, 2024/09/03
- 19/22: gnu: Add go-github-com-rs-cors., guix-commits, 2024/09/03
- 17/22: gnu: Add go-github-com-pion-dtls-v3., guix-commits, 2024/09/03
- 14/22: gnu: Add go-github-com-pion-sdp-v3., guix-commits, 2024/09/03