Enable Ruby tests on all arches

This commit is contained in:
Jitka Plesnikova 2022-02-08 12:16:55 +01:00
parent 34774501ed
commit c972358d36

View File

@ -3,6 +3,7 @@
%if %{without testsuite}
%global tcl 0
%global guile 0
%global lualang 0
%global perllang 0
%global phplang 0
@ -20,12 +21,7 @@
%{!?perllang:%global perllang 1}
# Disable PHP test it fails with 8.1.0
%{!?phplang:%global phplang 0}
# Disable Ruby test failed with swig 4.0.0 on s390
%ifarch s390x %{power64}
%{!?rubylang:%global rubylang 0}
%else
%{!?rubylang:%global rubylang 1}
%endif
%{!?python3lang:%global python3lang 1}
%if 0%{?rhel}
@ -38,6 +34,7 @@
%{!?Rlang:%global Rlang 1}
%bcond_without build_ccache_swig
%endif
%ifarch aarch64 %{arm} %{mips} ppc %{power64} s390 s390x
%{!?javalang:%global javalang 0}
%else