Accepting request 1071790 from home:Guillaume_G:branches:devel:languages:rust

- Really disable test of issue-71519 on aarch64

OBS-URL: https://build.opensuse.org/request/show/1071790
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rust1.68?expand=0&rev=4
This commit is contained in:
William Brown 2023-03-14 22:40:56 +00:00 committed by Git OBS Bridge
parent f02e2a8fb8
commit 90e7888632
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