armv7hl is no longer one of arches we build on.
No point in keeping dead conditional around.
This commit is contained in:
parent
8d5b538747
commit
ba498ce48c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user