Enable Ruby tests on all arches
This commit is contained in:
parent
34774501ed
commit
c972358d36
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
%if %{without testsuite}
|
%if %{without testsuite}
|
||||||
%global tcl 0
|
%global tcl 0
|
||||||
|
%global guile 0
|
||||||
%global lualang 0
|
%global lualang 0
|
||||||
%global perllang 0
|
%global perllang 0
|
||||||
%global phplang 0
|
%global phplang 0
|
||||||
@ -20,12 +21,7 @@
|
|||||||
%{!?perllang:%global perllang 1}
|
%{!?perllang:%global perllang 1}
|
||||||
# Disable PHP test it fails with 8.1.0
|
# Disable PHP test it fails with 8.1.0
|
||||||
%{!?phplang:%global phplang 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}
|
%{!?rubylang:%global rubylang 1}
|
||||||
%endif
|
|
||||||
%{!?python3lang:%global python3lang 1}
|
%{!?python3lang:%global python3lang 1}
|
||||||
|
|
||||||
%if 0%{?rhel}
|
%if 0%{?rhel}
|
||||||
@ -38,6 +34,7 @@
|
|||||||
%{!?Rlang:%global Rlang 1}
|
%{!?Rlang:%global Rlang 1}
|
||||||
%bcond_without build_ccache_swig
|
%bcond_without build_ccache_swig
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%ifarch aarch64 %{arm} %{mips} ppc %{power64} s390 s390x
|
%ifarch aarch64 %{arm} %{mips} ppc %{power64} s390 s390x
|
||||||
%{!?javalang:%global javalang 0}
|
%{!?javalang:%global javalang 0}
|
||||||
%else
|
%else
|
||||||
|
Loading…
Reference in New Issue
Block a user