diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-10-09 09:34:13 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-10-13 06:52:32 +0200 |
commit | 40583ac1cf0a08ebf8c27518f497369441790e7e (patch) | |
tree | 3f5fbf33707cad6e31a5f745414d92ce7f0bc366 /profiles/features | |
parent | media-libs/sratom: dropped obsolete 0.6.12-r1 (diff) | |
download | gentoo-40583ac1cf0a08ebf8c27518f497369441790e7e.tar.gz gentoo-40583ac1cf0a08ebf8c27518f497369441790e7e.tar.bz2 gentoo-40583ac1cf0a08ebf8c27518f497369441790e7e.zip |
profiles: Introduce test-rust flag to control Rust test deps
Introduce a test-rust flag to control important test dependencies that
require Rust. This flag is forced in regular profiles since we want
to run these tests but masked in wd40 profiles to avoid unresolved
dependencies.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'profiles/features')
-rw-r--r-- | profiles/features/wd40/use.force | 6 | ||||
-rw-r--r-- | profiles/features/wd40/use.mask | 4 |
2 files changed, 10 insertions, 0 deletions
diff --git a/profiles/features/wd40/use.force b/profiles/features/wd40/use.force new file mode 100644 index 000000000000..5fd5e390ab4f --- /dev/null +++ b/profiles/features/wd40/use.force @@ -0,0 +1,6 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Michał Górny <mgorny@gentoo.org> (2022-10-09) +# Disable tests requiring Rust. +-test-rust diff --git a/profiles/features/wd40/use.mask b/profiles/features/wd40/use.mask index 94c96a950136..a265b328acb2 100644 --- a/profiles/features/wd40/use.mask +++ b/profiles/features/wd40/use.mask @@ -3,6 +3,10 @@ rust +# Michał Górny <mgorny@gentoo.org> (2022-10-09) +# Disable tests requiring Rust. +test-rust + # Sam James <sam@gentoo.org> (2022-08-26) # >=media-gfx/libimagequant-4 requires Rust. imagequant |