mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-golang-org-x-exp: Update to 0.0.0-20250911091902-df9299821621.
* gnu/packages/golang-build.scm (go-golang-org-x-exp): Update to 0.0.0-20250911091902-df9299821621. [arguments] <test-flags>: Rework skipped tests, keep just 2. [native-inputs]: Add go-golang-org-x-tools-go-packages-packagestest. Change-Id: Idba11aff5f6d07590ae9829c1a0acba5a076c81d
This commit is contained in:
parent
4280fd379e
commit
da2d3aab87
1 changed files with 13 additions and 21 deletions
|
@ -565,8 +565,9 @@ language.")
|
||||||
(package
|
(package
|
||||||
(name "go-golang-org-x-exp")
|
(name "go-golang-org-x-exp")
|
||||||
;; Note: Beware, the updater gets this wrong. Take the latest version
|
;; Note: Beware, the updater gets this wrong. Take the latest version
|
||||||
;; string from <https://pkg.go.dev/golang.org/x/exp?tab=versions>.
|
;; string from <https://pkg.go.dev/golang.org/x/exp?tab=versions>, or try
|
||||||
(version "0.0.0-20250531010427-b6e5de432a8b")
|
;; "guix import go golang.org/x/exp".
|
||||||
|
(version "0.0.0-20250911091902-df9299821621")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -575,7 +576,7 @@ language.")
|
||||||
(commit (go-version->git-ref version))))
|
(commit (go-version->git-ref version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0vszjiblb7i79dp9x1zvfpjidnmkzsaq6ij2jfh63hv9ph7yz3hf"))
|
(base32 "0jmpq16f2d8i3bnwxa78j384vi5gynfajh34m2nh3vhji3d35777"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
#~(begin
|
#~(begin
|
||||||
|
@ -598,25 +599,14 @@ language.")
|
||||||
#~(list "-skip"
|
#~(list "-skip"
|
||||||
(string-join
|
(string-join
|
||||||
(list
|
(list
|
||||||
;; Disable failing tests: error running `go mod init`:
|
;; gorelease_test.go:310: error running `go mod init`: go:
|
||||||
;; go: modules disabled by GO111MODULE=off.
|
;; modules disabled by GO111MODULE=off; see 'go help modules'
|
||||||
"TestRelease_gitRepo_uncommittedChanges"
|
"TestRelease_gitRepo_uncommittedChanges"
|
||||||
"TestFailure"
|
;; constraints_test.go:104:
|
||||||
;; Delete: want nil discarded elements, got
|
;; /gnu/store/vr0097qq0kl1ansn6iv5smysjh9v7ycd-go-1.24.3/lib/go/bin/go
|
||||||
;; 0xc000012858, 0xc000012860
|
;; mod tidy: exit status 1 go: modules disabled by
|
||||||
"TestDeleteClearTail"
|
;; GO111MODULE=off; see 'go help modules'
|
||||||
;; DeleteFunc: want nil discarded elements, got
|
"TestFailure")
|
||||||
;; 0xc000012910, 0xc000012918
|
|
||||||
"TestDeleteFuncClearTail"
|
|
||||||
;; Compact: want nil discarded elements, got
|
|
||||||
;; 0xc000012b30, 0xc000012b38
|
|
||||||
"TestCompactClearTail"
|
|
||||||
;; CompactFunc: want nil discarded elements, got
|
|
||||||
;; 0xc000012be8, 0xc000012bf0
|
|
||||||
"TestCompactFuncClearTail"
|
|
||||||
;; Replace: want nil discarded element, got
|
|
||||||
;; 0xc000013058
|
|
||||||
"TestReplaceClearTail")
|
|
||||||
"|"))
|
"|"))
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
|
@ -624,6 +614,8 @@ language.")
|
||||||
(lambda* (#:key import-path #:allow-other-keys)
|
(lambda* (#:key import-path #:allow-other-keys)
|
||||||
(with-directory-excursion (string-append "src/" import-path)
|
(with-directory-excursion (string-append "src/" import-path)
|
||||||
(delete-file-recursively "slog/benchmarks")))))))
|
(delete-file-recursively "slog/benchmarks")))))))
|
||||||
|
(native-inputs
|
||||||
|
(list go-golang-org-x-tools-go-packages-packagestest))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list go-github-com-google-go-cmp
|
(list go-github-com-google-go-cmp
|
||||||
go-golang-org-x-mod
|
go-golang-org-x-mod
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue