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:
Sam James
2025-06-03 05:32:00 +01:00
parent 5c7413eb08
commit 65e5f7e351

View File

@@ -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
}