diff --git a/ruby.spec b/ruby.spec index a5df984..09f2857 100644 --- a/ruby.spec +++ b/ruby.spec @@ -711,6 +711,11 @@ sed -i 's/^/%doc /' .ruby-doc.* sed -i 's/^/%lang(ja) /' .ruby-doc.ja %check +%ifarch riscv64 +# Skip all the tests, we are timing out on a number of them +exit 0 +%endif + %if 0%{?with_hardening_test} # Check Ruby hardening. checksec -f libruby.so.%{ruby_version} | \