diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index 299764936c..a25126c5df 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm @@ -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