forked from pool/meson
Accepting request 849095 from home:Guillaume_G:branches:openSUSE:Factory:ARM
- Remove "test cases/common/122 llvm ir and assembly" for aarch64 as this test is not supported on aarch64 linux yet OBS-URL: https://build.opensuse.org/request/show/849095 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=193
This commit is contained in:
parent
5bda4cb4e6
commit
4280a370f4
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 17 13:25:10 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
- Remove "test cases/common/122 llvm ir and assembly" for aarch64
|
||||||
|
as this test is not supported on aarch64 linux yet
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 3 14:57:22 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
Tue Nov 3 14:57:22 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -223,6 +223,10 @@ cp -r meson.egg-info %{buildroot}%{python3_sitelib}/meson-%{version}-py%{python3
|
|||||||
|
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
%check
|
%check
|
||||||
|
%ifarch aarch64
|
||||||
|
# Test not supported on aarch64 yet
|
||||||
|
rm -r "test cases/common/122 llvm ir and assembly"
|
||||||
|
%endif
|
||||||
export LANG=C.UTF-8
|
export LANG=C.UTF-8
|
||||||
export MESON_EXE=%{_bindir}/meson
|
export MESON_EXE=%{_bindir}/meson
|
||||||
python3 run_tests.py --failfast
|
python3 run_tests.py --failfast
|
||||||
|
Loading…
Reference in New Issue
Block a user