dev-cpp/libjson-rpc-cpp: Restrict tests to -j1

This commit is contained in:
Michał Górny
2017-08-27 09:58:14 +02:00
parent cb9052216c
commit 3543e666c2
2 changed files with 12 additions and 0 deletions

View File

@@ -45,6 +45,12 @@ src_compile() {
use doc && emake -C "${BUILD_DIR}" doc
}
src_test() {
# Tests fail randomly when run in parallel
local MAKEOPTS=-j1
cmake-utils_src_test
}
src_install() {
cmake-utils_src_install

View File

@@ -47,6 +47,12 @@ src_compile() {
use doc && emake -C "${BUILD_DIR}" doc
}
src_test() {
# Tests fail randomly when run in parallel
local MAKEOPTS=-j1
cmake-utils_src_test
}
src_install() {
cmake-utils_src_install