armv7hl is no longer one of arches we build on.

No point in keeping dead conditional around.
This commit is contained in:
Jarek Prokop 2023-11-29 20:11:24 +01:00
parent 8d5b538747
commit ba498ce48c

View File

@ -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