Re: [gentoo-dev] [PATCH] cargo.eclass: respect MAKEOPTS for `cargo test`

2025-01-28 Thread Arthur Zamarin
On 28/01/2025 14:16, Sam James wrote: > Without this, while (test) compile jobs respect MAKEOPTS via our config > settings > already deployed via the eclass, *test* jobs do not. > > We may want to consider setting NEXTEST_TEST_THREADS and/or having > a cargo_enable_tests helper in the eclass at s

[gentoo-dev] [PATCH] cargo.eclass: respect MAKEOPTS for `cargo test`

2025-01-28 Thread Sam James
Without this, while (test) compile jobs respect MAKEOPTS via our config settings already deployed via the eclass, *test* jobs do not. We may want to consider setting NEXTEST_TEST_THREADS and/or having a cargo_enable_tests helper in the eclass at some point too. Bug: https://github.com/rust-lang/c