Skip to content

Commit

Permalink
dev-cpp/libjson-rpc-cpp: Restrict tests to -j1
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Aug 27, 2017
1 parent cb90522 commit 3543e66
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-0.7.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 6 additions & 0 deletions dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3543e66

Please sign in to comment.