gnu: ruby-ruby-memcheck: Skip tests when cross-compiling.

* gnu/packages/ruby.scm (ruby-ruby-memcheck)[arguments]: Adjust #:tests?
to skip tests when cross-compiling.
This commit is contained in:
Efraim Flashner 2023-07-10 12:01:38 +03:00
parent ad80cfe0cb
commit c4a89a6d6b
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -9503,7 +9503,8 @@ (define-public ruby-ruby-memcheck
(arguments
(list
;; The tests seem to fail on 32bit x86
#:tests? (not (target-x86-32?))
#:tests? (not (or (target-x86-32?)
(%current-target-system)))
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'patch-valgrind-path