Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 615882 - dev-util/bazle doesn't seem to respect -j1 for make
Summary: dev-util/bazle doesn't seem to respect -j1 for make
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Zac Medico
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: makeopts-ignored
  Show dependency tree
 
Reported: 2017-04-17 19:04 UTC by Toralf Förster
Modified: 2021-11-20 11:34 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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")