Accepting request 849102 from devel:tools:building
- Remove "test cases/common/122 llvm ir and assembly" for aarch64 as this test is not supported on aarch64 linux yet (boo1178772). OBS-URL: https://build.opensuse.org/request/show/849102 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/meson?expand=0&rev=66
This commit is contained in:
commit
829ebb62bf
@ -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 (boo1178772).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
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