GNU bug report logs - #69050
[PATCH] gnu: go-github-com-cespare-xxhash: Remove benchmarks.

Previous Next

Package: guix-patches;

Reported by: Troy Figiel <troy <at> troyfigiel.com>

Date: Sun, 11 Feb 2024 12:16:01 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#69050: closed ([PATCH] gnu: go-github-com-cespare-xxhash:
 Remove benchmarks.)
Date: Tue, 13 Feb 2024 21:38:03 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 13 Feb 2024 21:36:33 +0000
with message-id <87h6icoxlq.fsf <at> gmail.com>
and subject line [PATCH] gnu: go-github-com-cespare-xxhash: Remove benchmarks.
has caused the debbugs.gnu.org bug report #69050,
regarding [PATCH] gnu: go-github-com-cespare-xxhash: Remove benchmarks.
to be marked as done.

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


-- 
69050: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69050
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Troy Figiel <troy <at> troyfigiel.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: go-github-com-cespare-xxhash: Remove benchmarks.
Date: Sun, 11 Feb 2024 12:32:03 +0100
* gnu/packages/golang-crypto.scm (go-github-com-cespare-xxhash)[source]: Remove benchmarks.
---
 gnu/packages/golang-crypto.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/golang-crypto.scm b/gnu/packages/golang-crypto.scm
index bf2fc11e17..89864366fe 100644
--- a/gnu/packages/golang-crypto.scm
+++ b/gnu/packages/golang-crypto.scm
@@ -270,7 +270,9 @@ (define-public go-github-com-cespare-xxhash
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1f3wyr9msnnz94szrkmnfps9wm40s5sp9i4ak0kl92zcrkmpy29a"))))
+        (base32 "1f3wyr9msnnz94szrkmnfps9wm40s5sp9i4ak0kl92zcrkmpy29a"))
+       (modules '((guix build utils)))
+       (snippet '(delete-file-recursively "xxhashbench"))))
     (build-system go-build-system)
     (arguments
      (list

base-commit: b6439fc5f800b5d22d48192bc347be794f050329
-- 
2.42.0



[Message part 3 (message/rfc822, inline)]
From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 69050-done <at> debbugs.gnu.org
Subject: [PATCH] gnu: go-github-com-cespare-xxhash: Remove benchmarks.
Date: Tue, 13 Feb 2024 21:36:33 +0000
[Message part 4 (text/plain, inline)]
Hi,

Pushed as 3463158205a0caff4656a5bc796675c93bd89d27 to master.

--
Oleg
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 1 year and 161 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.