Hello community, here is the log from the commit of package meson for openSUSE:Factory checked in at 2020-11-17 21:25:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/meson (Old) and /work/SRC/openSUSE:Factory/.meson.new.24930 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "meson" Tue Nov 17 21:25:00 2020 rev:66 rq:849102 version:0.56.0 Changes: -------- --- /work/SRC/openSUSE:Factory/meson/meson.changes 2020-11-09 13:56:11.252124259 +0100 +++ /work/SRC/openSUSE:Factory/.meson.new.24930/meson.changes 2020-11-17 21:25:04.397365181 +0100 @@ -1,0 +2,6 @@ +Tue Nov 17 13:25:10 UTC 2020 - Guillaume GARDET <[email protected]> + +- Remove "test cases/common/122 llvm ir and assembly" for aarch64 + as this test is not supported on aarch64 linux yet (boo1178772). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ meson.spec ++++++ --- /var/tmp/diff_new_pack.X0XJaI/_old 2020-11-17 21:25:05.249366027 +0100 +++ /var/tmp/diff_new_pack.X0XJaI/_new 2020-11-17 21:25:05.257366034 +0100 @@ -223,6 +223,10 @@ %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 _______________________________________________ openSUSE Commits mailing list -- [email protected] To unsubscribe, email [email protected] List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/[email protected]
