mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-libs/c-blosc2: fix passing -j1 in src_test
With the previous method of `MAKEOPTS=-j1 cmake_src_test`, non-j1 may be passed if NINJAOPTS is set by the user because that takes precedence. Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -59,5 +59,5 @@ src_configure() {
|
||||
|
||||
src_test() {
|
||||
# Tests fail in parallel, https://github.com/Blosc/c-blosc2/issues/432
|
||||
MAKEOPTS=-j1 cmake_src_test
|
||||
cmake_src_test -j1
|
||||
}
|
||||
|
||||
@@ -59,5 +59,5 @@ src_configure() {
|
||||
|
||||
src_test() {
|
||||
# Tests fail in parallel, https://github.com/Blosc/c-blosc2/issues/432
|
||||
MAKEOPTS=-j1 cmake_src_test
|
||||
cmake_src_test -j1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user