commit:     f7fbdb5aee17ac87df8799697064c4d2e3cde5be
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  7 06:56:51 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Wed Oct  7 06:58:34 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7fbdb5a

dev-lang/rust: disable assembly test

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 dev-lang/rust/rust-1.46.0.ebuild | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/dev-lang/rust/rust-1.46.0.ebuild b/dev-lang/rust/rust-1.46.0.ebuild
index 7490fabdab7..d7b1ee49abc 100644
--- a/dev-lang/rust/rust-1.46.0.ebuild
+++ b/dev-lang/rust/rust-1.46.0.ebuild
@@ -431,10 +431,8 @@ src_test() {
                run-make
        )
 
-       # known to fail with system-llvm sometimes
-       # system-llvm is stable-masked for time-being
-       # so only test internal one.
-       use system-llvm || tests+=( assembly )
+       # fails if llvm is not built with ALL targets.
+       # use system-llvm || tests+=( assembly )
 
        # fragile/expensive/less important tests
        # or tests that require extra build time

Reply via email to