summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/rust/rust-1.46.0.ebuild')
-rw-r--r--dev-lang/rust/rust-1.46.0.ebuild6
1 files 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 7490fabdab76..d7b1ee49abc1 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