[PATCH] gnu: go-github-com-goccy-go-json: Remove benchmarks.

  • Done
  • quality assurance status badge
Details
2 participants
  • Sharlatan Hellseher
  • Troy Figiel
Owner
unassigned
Submitted by
Troy Figiel
Severity
normal

Debbugs page

Troy Figiel wrote 1 years ago
(address . guix-patches@gnu.org)
87cyt39k8f.fsf@troyfigiel.com
* gnu/packages/golang-web.scm (go-github-com-goccy-go-json)[source]: Remove benchmarks.
---
gnu/packages/golang-web.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

Toggle diff (27 lines)
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 719cb5dfeb..203a4da856 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -23,6 +23,7 @@
;;; Copyright © 2023 Nicolas Graves <ngraves@ngraves.fr>
;;; Copyright © 2023 Thomas Ieong <th.ieong@free.fr>
;;; Copyright © 2023, 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
+;;; Copyright © 2024 Troy Figiel <troy@troyfigiel.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -652,7 +653,9 @@ (define-public go-github-com-goccy-go-json
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1bg8p4c6r8r0kixdxv2m8xmdsmb1zl5sd8czswpccldjk3c358wp"))))
+ (base32 "1bg8p4c6r8r0kixdxv2m8xmdsmb1zl5sd8czswpccldjk3c358wp"))
+ (modules '((guix build utils)))
+ (snippet '(delete-file-recursively "benchmarks"))))
(build-system go-build-system)
(arguments
'(#:import-path "github.com/goccy/go-json"))

base-commit: b6439fc5f800b5d22d48192bc347be794f050329
--
2.42.0
Sharlatan Hellseher wrote 1 years ago
[PATCH] gnu: go-github-com-goccy-go-json: Remove benchmarks.
(address . 69053-done@debbugs.gnu.org)
87mss4oxvi.fsf@gmail.com
Hi,

Pushed as 5854bec5814d94e7061b2e929e202666a0e48361 to master.

--
Oleg
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEmEeB3micIcJkGAhndtcnv/Ys0rUFAmXL34EACgkQdtcnv/Ys
0rWjqg//cGF0MKzQzKu9br5trcPoA4qdc73e4qUCuvHAupIGOU3kD+yA//RqHccz
PBp5i8++rujV261PM3gRmnGkQfFdqix0Q2fOIpQ/KXxc20T3w+o5km7bWN3u06vr
muFc9rZXJn/RTMc/KA6x0l8/T8510zA9V97f/6hDJYmX5tHz1XxbzgtTS249kyeG
zPfHM46UgDhelDmW5p/YjHXDj5Aypyw9b4lGXQcaT6kLV4Yud16MXKE+/MC8wnDr
tGJg8wY7KbQO1AyqKu2riaL3fAeeYgSxeuz0OrwbawPKblN1NxbNO2yPnal6CBx+
TkXHJBKyzwNAVSulE40+ZwSHwcqGuO14NB8WHecsW7HZIiTxbzlVVC+O/Xcn7ThO
yS93k9rOu1BIFQNKXF+iwrLT6JKcjXglM4hFxIEO/mpOmficWpthl8sK1fdNPVhG
V87wyVrgvK1Ebc8BOMSY6gEFLrb9z/n1LgORtoIFZGjPqTvJd7+Ff+fmON8fvymm
rSCzMdA0WpkNvHJP2Tx/+ELMqmK5x0K43a76pzpgWK/8mhsxaopGTyWJcdDTrNkA
2ug4sp2pqzHI7NpiU30zMZWXZN8v4zz+auIvFoCSK2C9NtqfHUM2olMnrwTowBON
Bm9h9Icbjtte0CMOZh9kDMI+lj69+KRyuS1u+UkzVO7IdDVBT8s=
=7htB
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 69053@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 69053
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help