diff --git a/meson.changes b/meson.changes index 44f8f07..ae8fcf2 100644 --- a/meson.changes +++ b/meson.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Nov 17 13:25:10 UTC 2020 - Guillaume GARDET + +- 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 diff --git a/meson.spec b/meson.spec index abfa300..d38faa1 100644 --- a/meson.spec +++ b/meson.spec @@ -223,6 +223,10 @@ cp -r meson.egg-info %{buildroot}%{python3_sitelib}/meson-%{version}-py%{python3 %if %{with test} %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 MESON_EXE=%{_bindir}/meson python3 run_tests.py --failfast