From b3b30f9f858a3ed056fe6261d1fb4303876f5a91 Mon Sep 17 00:00:00 2001 From: Georgy Yakovlev Date: Fri, 24 Apr 2020 23:05:28 -0700 Subject: dev-lang/rust: restrict tests for now need more work Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Georgy Yakovlev --- dev-lang/rust/rust-1.43.0.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-lang/rust/rust-1.43.0.ebuild b/dev-lang/rust/rust-1.43.0.ebuild index f667f6633749..ab176763421d 100644 --- a/dev-lang/rust/rust-1.43.0.ebuild +++ b/dev-lang/rust/rust-1.43.0.ebuild @@ -106,6 +106,10 @@ QA_FLAGS_IGNORED=" usr/lib/rustlib/.*/lib/lib.*.so " +# tests need a bit more work, currently they are causing multiple +# re-compilations and somewhat fragile. +RESTRICT="test" + QA_SONAME="usr/lib.*/librustc_macros.*.so" PATCHES=( -- cgit v1.2.3-65-gdbad