Archived
1
0
Fork 0

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.
This commit is contained in:
Christopher Baines 2023-07-09 10:38:12 +01:00
parent 9c164d72b2
commit 2ccf3eb495
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

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