I do have at my tinderbox : MAKEOPTS="-j 1" NINJAFLAGS="-j 1" EGO_BUILD_FLAGS="-p 1" GOMAXPROCS="1" GO19CONCURRENTCOMPILATION=0 RUSTFLAGS="-C codegen-units=1" RUST_TEST_THREADS=1 RUST_TEST_TASKS=1 but the that is ignored at least for the test phase (see attached pstree)
Created attachment 522218 [details] 34.20180303-154201 pstree
Created attachment 522220 [details] 21.20180303-152701 for compile phase too
Yeah, looks like 'koch boot' does not get passed --parallelBuild: flag: koch,29997 boot -d:release -d:useGnuReadline
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7466b773cfd2c282debcde8342bd74700220037 commit e7466b773cfd2c282debcde8342bd74700220037 Author: Sergei Trofimovich <slyfox@gentoo.org> AuthorDate: 2020-02-26 17:39:32 +0000 Commit: Sergei Trofimovich <slyfox@gentoo.org> CommitDate: 2020-02-26 17:39:43 +0000 dev-lang/nim: pass '--parallelBuild:' everywhere, bug #649502 Reported-by: Toralf Förster Closes: https://bugs.gentoo.org/649502 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> dev-lang/nim/nim-1.0.6.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-)