gnu: ruby-ruby-prof: Skip tests on i686-linux.
* gnu/packages/ruby.scm (ruby-ruby-prof)[arguments]: Skip the tests when cross-compiling or when targeting i686-linux.
parent
092f400c41
commit
24937913fe
|
@ -7668,7 +7668,10 @@ variable length integers (varint) in Ruby Protocol Buffers.")
|
|||
"1r3xalp91l07m0cwllcxjzg6nkviiqnxkcbgg5qnzsdji6rgy65m"))))
|
||||
(build-system ruby-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
;; It is unclear why the tests fail on i686-linux
|
||||
`(#:tests? ,(not (or (%current-target-system)
|
||||
(target-x86-32?)))
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'patch-rakefile
|
||||
;; This fixes the following error: "NameError: uninitialized
|
||||
|
|
Reference in New Issue