Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/rust/
Date: Sat, 25 Apr 2020 06:14:03
Message-Id: 1587794752.b3b30f9f858a3ed056fe6261d1fb4303876f5a91.gyakovlev@gentoo
1 commit: b3b30f9f858a3ed056fe6261d1fb4303876f5a91
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 25 06:05:28 2020 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 25 06:05:52 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3b30f9f
7
8 dev-lang/rust: restrict tests for now
9
10 need more work
11
12 Package-Manager: Portage-2.3.99, Repoman-2.3.22
13 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
14
15 dev-lang/rust/rust-1.43.0.ebuild | 4 ++++
16 1 file changed, 4 insertions(+)
17
18 diff --git a/dev-lang/rust/rust-1.43.0.ebuild b/dev-lang/rust/rust-1.43.0.ebuild
19 index f667f663374..ab176763421 100644
20 --- a/dev-lang/rust/rust-1.43.0.ebuild
21 +++ b/dev-lang/rust/rust-1.43.0.ebuild
22 @@ -106,6 +106,10 @@ QA_FLAGS_IGNORED="
23 usr/lib/rustlib/.*/lib/lib.*.so
24 "
25
26 +# tests need a bit more work, currently they are causing multiple
27 +# re-compilations and somewhat fragile.
28 +RESTRICT="test"
29 +
30 QA_SONAME="usr/lib.*/librustc_macros.*.so"
31
32 PATCHES=(