Skip to content

Commit d665ced

Browse files
David 'Digit' Turnercopybara-github
authored andcommitted
[roll] Roll fuchsia [build] Add enable_jobserver build argument.
Set this to true in `args.gn` to run the build using a GNU Make jobserver pool of job slots to coordinate parallel tasks among recursive builds. When building the IDK, this launches all sub-builds at the same time, instead of in a pool of depth 5, and still reduces overall build time successfully. Early measurements on CQ seem to indicate that jobserver mode could be enabled by default on all builds without affecting them but for now keep this feature disabled. Other CLs will enable it for specific builder configurations, such as `sdk-core-linux` or `sdk-bazel-linux` since they will benefit the most out of it. Original-Bug: 42163397 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1132393 Original-Revision: a02d19b4cb3287781581793fae3b7ee3423f468d GitOrigin-RevId: e29d3723c465904cd2207da679dab7d3c2f0fd91 Change-Id: I2b758d86a2dc8550ccdc39503dca8b75b1443e38
1 parent 6d04c08 commit d665ced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stem

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
githooks="integration/git-hooks"
1212
remote="https://fuchsia.googlesource.com/fuchsia"
1313
gerrithost="https://fuchsia-review.googlesource.com"
14-
revision="2b65d09a95fa4b7d9d0fd4f8cd35a0394b78173b"/>
14+
revision="a02d19b4cb3287781581793fae3b7ee3423f468d"/>
1515
</projects>
1616
<hooks>
1717
<hook name="install-environment"

0 commit comments

Comments
 (0)