emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#69046: closed ([PATCH] gnu: go-github-com-goccy-yaml: Remove benchma


From: GNU bug Tracking System
Subject: bug#69046: closed ([PATCH] gnu: go-github-com-goccy-yaml: Remove benchmarks.)
Date: Tue, 13 Feb 2024 21:40:02 +0000

Your message dated Tue, 13 Feb 2024 21:38:30 +0000
with message-id <87bk8koxih.fsf@gmail.com>
and subject line [PATCH] gnu: go-github-com-goccy-yaml: Remove benchmarks.
has caused the debbugs.gnu.org bug report #69046,
regarding [PATCH] gnu: go-github-com-goccy-yaml: Remove benchmarks.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
69046: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69046
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: go-github-com-goccy-yaml: Remove benchmarks. Date: Sun, 11 Feb 2024 11:44:11 +0100
* gnu/packages/golang.scm (go-github-com-goccy-yaml)[source]: Remove benchmarks.
---
 gnu/packages/golang.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 163691a1e6..6084175e88 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -9626,7 +9626,9 @@ (define-public go-github-com-goccy-yaml
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1nps58dwkd915mx35h5f0dc05b880b4fdl6dcjxpfmmbzyinvg38"))))
+        (base32 "1nps58dwkd915mx35h5f0dc05b880b4fdl6dcjxpfmmbzyinvg38"))
+       (modules '((guix build utils)))
+       (snippet '(delete-file-recursively "benchmarks"))))
     (build-system go-build-system)
     (arguments
      `(#:import-path "github.com/goccy/go-yaml"))

base-commit: 9edbb2d7a40c9da7583a1046e39b87633459f656
-- 
2.42.0




--- End Message ---
--- Begin Message --- Subject: [PATCH] gnu: go-github-com-goccy-yaml: Remove benchmarks. Date: Tue, 13 Feb 2024 21:38:30 +0000
Hi,

Pushed as 0f19437ab8c1c4b6e26cdd78ba89f1a0cd18b86b to master.

--
Oleg

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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