From ba498ce48c4ee3d99ca5737e89aebb61e7f74b36 Mon Sep 17 00:00:00 2001 From: Jarek Prokop Date: Wed, 29 Nov 2023 20:11:24 +0100 Subject: [PATCH] armv7hl is no longer one of arches we build on. No point in keeping dead conditional around. --- ruby.spec | 7 ------- 1 file changed, 7 deletions(-) diff --git a/ruby.spec b/ruby.spec index 55929d0..b799fd8 100644 --- a/ruby.spec +++ b/ruby.spec @@ -1002,13 +1002,6 @@ MSPECOPTS="" # Avoid `hostname' dependency. %{!?with_hostname:MSPECOPTS="-P 'Socket.gethostname returns the host name'"} -%ifarch armv7hl -# TestReadline#test_interrupt_in_other_thread fails on 32 bit arches according -# to upstream, but the test is disabled just on Travis, not in test suite. -# https://bugs.ruby-lang.org/issues/18393 -DISABLE_TESTS="$DISABLE_TESTS -n !/TestReadline#test_interrupt_in_other_thread/" -%endif - %ifarch i686 # i686 specific failures. # https://bugs.ruby-lang.org/issues/19147