Disable tests only on i686
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
This commit is contained in:
parent
c8639c1646
commit
0cfd46d0c2
@ -11,7 +11,11 @@ URL: https://elixir-lang.org/
|
||||
VCS: scm:git:https://github.com/%{upstream}/%{realname}.git
|
||||
Source0: https://github.com/%{upstream}/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
Source1: https://github.com/%{upstream}/%{name}/releases/download/v%{version}/Docs.zip#/%{name}-%{version}-doc.zip
|
||||
%ifarch %{java_arches}
|
||||
# erlang-doc is required for unit-testing but not strictly necessary for anything else
|
||||
# https://gitlab.alpinelinux.org/alpine/aports/-/issues/15654
|
||||
Patch1: elixir-0001-Workaround-for-failed-tests-in-i686.patch
|
||||
%endif
|
||||
# See https://bugzilla.redhat.com/1470583
|
||||
#BuildArch: noarch
|
||||
BuildRequires: erlang-compiler
|
||||
|
Loading…
Reference in New Issue
Block a user