Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 532542 Details for
Bug 652776
dev-build/bazel: does not respect MAKEOPTS=-j1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
0001-dev-util-bazel-make-build-respect-MAKEOPTS.patch
0001-dev-util-bazel-make-build-respect-MAKEOPTS.patch (text/plain), 1.38 KB, created by
Jason Zaman
on 2018-05-21 09:52:49 UTC
(
hide
)
Description:
0001-dev-util-bazel-make-build-respect-MAKEOPTS.patch
Filename:
MIME Type:
Creator:
Jason Zaman
Created:
2018-05-21 09:52:49 UTC
Size:
1.38 KB
patch
obsolete
>From 946ed6e494ac31b93bc6106a09cdca3a4f2af750 Mon Sep 17 00:00:00 2001 >From: Jason Zaman <perfinion@gentoo.org> >Date: Mon, 21 May 2018 17:50:53 +0800 >Subject: [PATCH] dev-util/bazel: make build respect MAKEOPTS > >Package-Manager: Portage-2.3.24, Repoman-2.3.6 >--- > dev-util/bazel/bazel-0.13.0.ebuild | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > >diff --git a/dev-util/bazel/bazel-0.13.0.ebuild b/dev-util/bazel/bazel-0.13.0.ebuild >index 5a238c7915f..c681ead6823 100644 >--- a/dev-util/bazel/bazel-0.13.0.ebuild >+++ b/dev-util/bazel/bazel-0.13.0.ebuild >@@ -3,7 +3,7 @@ > > EAPI=6 > >-inherit bash-completion-r1 java-pkg-2 >+inherit bash-completion-r1 java-pkg-2 multiprocessing > > DESCRIPTION="Fast and correct automated build system" > HOMEPAGE="http://bazel.io/" >@@ -36,11 +36,13 @@ src_compile() { > # R: /proc/24939/setgroups > # C: /usr/lib/systemd/systemd > addpredict /proc >+ export EXTRA_BAZEL_ARGS="--jobs=$(makeopts_jobs)" > VERBOSE=yes ./compile.sh || die > # Use standalone strategy to deactivate the bazel sandbox, since it > # conflicts with FEATURES=sandbox. > echo "build --verbose_failures --spawn_strategy=standalone --genrule_strategy=standalone" \ > > "${T}/bazelrc" || die >+ echo "build --jobs=$(makeopts_jobs)" >> "${T}/bazelrc" || die > output/bazel --bazelrc="${T}/bazelrc" build scripts:bazel-complete.bash || die > mv bazel-bin/scripts/bazel-complete.bash output/ || die > } >-- >2.16.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 652776
:
526842
|
527352
| 532542