0

mac/arm: Update docs to mention that goma now works

Bug: 1103236,b/183118231
Change-Id: I1dc863129654279e3d84b12263242ba574c72080
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2826233
Auto-Submit: Nico Weber <thakis@chromium.org>
Commit-Queue: Mark Mentovai <mark@chromium.org>
Reviewed-by: Mark Mentovai <mark@chromium.org>
Cr-Commit-Position: refs/heads/master@{#872458}
This commit is contained in:
Nico Weber
2021-04-14 16:03:18 +00:00
committed by Chromium LUCI CQ
parent 2bf9622850
commit 59614678b2

@ -93,7 +93,8 @@ like `git cl upload` don't yet work on an arm Mac. The build will also use
system `python`, `python3`, and `git`, instead of depot\_tools's hermetic
versions for now.
However, enough works to be able to check out and build, with some setup.
However, enough works to be able to check out and build (with goma too), with
some setup.
1. opt in to arm64 binaries from cipd by running
@ -114,5 +115,3 @@ build, using `gn`, `ninja` etc like normal.
gtest-based binaries should build, run, and mostly pass. Web tests probably
don't work yet due to lack of an arm apache binary
([tracking bug](https://crbug.com/1190885)).
(goma does not yet work, [internal tracking bug](https://b/183118231).)