Accepting request 1071884 from devel:languages:rust

OBS-URL: https://build.opensuse.org/request/show/1071884
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rust1.68?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2023-03-15 17:54:43 +00:00 committed by Git OBS Bridge
commit ceb9e0629a
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Mar 14 10:54:59 UTC 2023 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Really disable test of issue-71519 on aarch64
-------------------------------------------------------------------
Mon Mar 13 00:48:07 UTC 2023 - William Brown <william.brown@suse.com>

View File

@ -645,7 +645,7 @@ ln -s %{rust_root} %{_builddir}/rustc-%{version}-src/build/%{rust_triple}/stage0
# we can use it with -Z gcc-ld=lld (which is sadly trapped in nightly). We can't exclude
# a single test so sadly we have to exclude that whole suite.
%ifarch aarch64
python3 ./x.py test --target=%{rust_triple} --exclude src/test/run-make,src/tools/tidy
python3 ./x.py test --target=%{rust_triple} --exclude tests/run-make/issue-71519,src/tools/tidy
%else
python3 ./x.py test --target=%{rust_triple} --exclude src/tools/tidy
%endif