Skip to content

Commit

Permalink
Update "Use Goma" instruction.
Browse files Browse the repository at this point in the history
Since the instruction is misleading, let me update it to
point the Goma's doc instead.

Change-Id: I2af64e40ee42f5db3cd7e666aadb61220f1aaa4a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2752529
Auto-Submit: Yoshisato Yanagisawa <yyanagisawa@chromium.org>
Commit-Queue: Karan Bhatia <karandeepb@chromium.org>
Reviewed-by: Karan Bhatia <karandeepb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#862132}
  • Loading branch information
yoshisatoyanagisawa authored and Chromium LUCI CQ committed Mar 11, 2021
1 parent 960119d commit b66864e
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions docs/linux/build_instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,20 +138,12 @@ sorted so that the things that make the biggest difference are first.

Google developed the distributed compiler called
[Goma](https://chromium.googlesource.com/infra/goma/client).
Googlers and contributors who have
[tryjob access](https://www.chromium.org/getting-involved/become-a-committer#TOC-Try-job-access)
could use `Goma`.

If you are not a Googler and would like to use `Goma`
[sign up](https://docs.google.com/forms/d/1NKHcyqYqw3c4jftrLPwvyiPlolRm4Hf6ObrB83wHXy8/viewform).
If you would like to use `Goma` provisioned by Google,
please follow [Goma for Chromium contributors](https://chromium.googlesource.com/infra/goma/client/+/HEAD/doc/early-access-guide.md).

Once you're allowed to use `Goma` and have installed the client,
[set the following GN args](https://www.chromium.org/developers/gn-build-configuration#TOC-Goma):

```
use_goma=true
goma_dir="/path/to/goma-client"
```
If you are a Google employee, see
[go/building-chrome](https://goto.google.com/building-chrome) instead.

#### Disable NaCl

Expand Down

0 comments on commit b66864e

Please sign in to comment.