Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 615882

Summary: dev-util/bazle doesn't seem to respect -j1 for make
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Zac Medico <zmedico>
Status: CONFIRMED ---    
Severity: normal CC: bicatali
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 654178    

Description Toralf Förster gentoo-dev 2017-04-17 19:04:24 UTC
although it should (https://github.com/bazelbuild/bazel/issues/2834)
Comment 1 Toralf Förster gentoo-dev 2017-04-18 16:47:48 UTC
from upstream:

You can specify -j 1 as an argument to Bazel:

bazel build -j 1 //whatever

See bazel help build:

--jobs [-j] (an integer; default: "200")