guix-commits
[Top][All Lists]
Advanced

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

branch ruby-team updated: gnu: ruby-ruby-memcheck: Update to 1.3.2.


From: guix-commits
Subject: branch ruby-team updated: gnu: ruby-ruby-memcheck: Update to 1.3.2.
Date: Sun, 09 Jul 2023 05:39:25 -0400

This is an automated email from the git hooks/post-receive script.

cbaines pushed a commit to branch ruby-team
in repository guix.

The following commit(s) were added to refs/heads/ruby-team by this push:
     new d45ca77f3f gnu: ruby-ruby-memcheck: Update to 1.3.2.
d45ca77f3f is described below

commit d45ca77f3f2ba754da3d60f2734c49d778326781
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Sun Jul 9 10:38:12 2023 +0100

    gnu: ruby-ruby-memcheck: Update to 1.3.2.
    
    * gnu/packages/ruby.scm (ruby-ruby-memcheck): Update to 1.3.2.
    [arguments]: Disable tests on x86-32.
---
 gnu/packages/ruby.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index bcbf433377..299764936c 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -9489,7 +9489,7 @@ Profiling multiple threads simultaneously is supported.
 (define-public ruby-ruby-memcheck
   (package
     (name "ruby-ruby-memcheck")
-    (version "1.2.0")
+    (version "1.3.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -9498,10 +9498,12 @@ Profiling multiple threads simultaneously is supported.
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1sx8nhx7w4z5s5vj6kq6caqsfznswqzwca372j82cd80hf9iznra"))))
+                "0fj4j4d062sw2kx2qlj877gjbj1xbb691njr8x9nbah6615idlni"))))
     (build-system ruby-build-system)
     (arguments
      (list
+      ;; The tests seem to fail on 32bit x86
+      #:tests? (not (target-x86-32?))
       #:phases
       #~(modify-phases %standard-phases
           (add-after 'unpack 'patch-valgrind-path



reply via email to

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