From b66864ebfc6aa6d88788c829619ad6c01d9153fe Mon Sep 17 00:00:00 2001 From: Yoshisato Yanagisawa Date: Thu, 11 Mar 2021 21:22:48 +0000 Subject: [PATCH] Update "Use Goma" instruction. 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 Commit-Queue: Karan Bhatia Reviewed-by: Karan Bhatia Cr-Commit-Position: refs/heads/master@{#862132} --- docs/linux/build_instructions.md | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/docs/linux/build_instructions.md b/docs/linux/build_instructions.md index 2f28db7117d574..9c6fc7f9cf7184 100644 --- a/docs/linux/build_instructions.md +++ b/docs/linux/build_instructions.md @@ -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