mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-go-git-go-git-fixtures-v4: Fix build.
* gnu/packages/golang-xyz.scm (go-github-com-go-git-go-git-fixtures-v4) [arguments]<test-subdirs>: Only test tests in project root, rest are failing, see <https://github.com/go-git/go-git-fixtures/issues/23>. Change-Id: Ibd3a35217d2ab3350db030ecba722d89dfa2802c
This commit is contained in:
parent
1ec4071924
commit
f51aa1f0a3
1 changed files with 2 additions and 1 deletions
|
@ -3808,8 +3808,9 @@ operations.")
|
|||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
;; XXX: panic: runtime error: makeslice: cap out of range
|
||||
;; XXX: The onpanic: runtime error: makeslice: cap out of range
|
||||
#:tests? (target-64bit?)
|
||||
#:test-subdirs #~(list ".")
|
||||
#:import-path "github.com/go-git/go-git-fixtures/v4"))
|
||||
(native-inputs
|
||||
(list go-github-com-stretchr-testify))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue