mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-vcs/pkgcruft-git: tweak test restriction comment, drop --all-features
* Tweak test restriction comment (works for me w/ just -O2, needs more poking) * --all-features doesn't seem needed Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -31,7 +31,7 @@ LICENSE+="
|
||||
"
|
||||
SLOT="0"
|
||||
IUSE="test"
|
||||
# Fails to link w/ missing libssh2
|
||||
# Fails to link w/ missing libssh2 with some CFLAGS
|
||||
RESTRICT="!test? ( test ) test"
|
||||
|
||||
DEPEND="
|
||||
@@ -77,10 +77,8 @@ src_test() {
|
||||
# helper)
|
||||
local -x NEXTEST_TEST_THREADS="$(makeopts_jobs)"
|
||||
|
||||
# The test failures appear ebuild-related
|
||||
edo cargo nextest run $(usev !debug '--release') \
|
||||
--color always \
|
||||
--all-features \
|
||||
--tests \
|
||||
--no-fail-fast
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user