Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 652776 - dev-util/bazel: does not respect MAKEOPTS=-j1
Summary: dev-util/bazel: does not respect MAKEOPTS=-j1
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Jason Zaman
URL: https://github.com/bazelbuild/bazel/i...
Whiteboard:
Keywords:
Depends on:
Blocks: makeopts-ignored
  Show dependency tree
 
Reported: 2018-04-08 10:19 UTC by Toralf Förster
Modified: 2021-11-22 15:10 UTC (History)
0 users

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


Attachments
26.20180408-021256 (26.20180408-021256,69.14 KB, text/plain)
2018-04-08 10:20 UTC, Toralf Förster
Details
24.20180414-110100 (24.20180414-110100,70.55 KB, text/plain)
2018-04-14 13:53 UTC, Toralf Förster
Details
0001-dev-util-bazel-make-build-respect-MAKEOPTS.patch (0001-dev-util-bazel-make-build-respect-MAKEOPTS.patch,1.38 KB, patch)
2018-05-21 09:52 UTC, Jason Zaman
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2018-04-08 10:19:26 UTC
pstree attached
Comment 1 Toralf Förster gentoo-dev 2018-04-08 10:20:24 UTC
Created attachment 526842 [details]
26.20180408-021256

pstree
Comment 2 Zac Medico gentoo-dev 2018-04-08 18:29:46 UTC
It looks like scripts/bootstrap/bootstrap.sh supports a EXTRA_BAZEL_ARGS variable which be might be able to add a --local_resources argument.
Comment 3 Toralf Förster gentoo-dev 2018-04-14 13:53:13 UTC
Created attachment 527352 [details]
24.20180414-110100

seems, that ninja ignores the -j1 whereas make has it set
Comment 4 Jason Zaman gentoo-dev 2018-05-21 09:52:49 UTC
Created attachment 532542 [details, diff]
0001-dev-util-bazel-make-build-respect-MAKEOPTS.patch

This fixes it mostly on my machine. there is a short bit in the beginning when its extracting that uses more than one core but after that its only one at a time for everything else.
Comment 5 Larry the Git Cow gentoo-dev 2018-05-21 18:10:51 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=441d853f5076a066ca9d6901a01158191a3208a2

commit 441d853f5076a066ca9d6901a01158191a3208a2
Author:     Jason Zaman <perfinion@gentoo.org>
AuthorDate: 2018-05-21 17:57:24 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2018-05-21 18:10:44 +0000

    dev-util/bazel: make build respect MAKEOPTS
    
    Bug: https://bugs.gentoo.org/652776
    Package-Manager: Portage-2.3.38, Repoman-2.3.9

 dev-util/bazel/bazel-0.10.1.ebuild | 5 +++--
 dev-util/bazel/bazel-0.13.0.ebuild | 5 +++--
 dev-util/bazel/bazel-0.7.0.ebuild  | 7 ++++---
 3 files changed, 10 insertions(+), 7 deletions(-)