Commit 3dfaf452 authored by Yoshisato Yanagisawa's avatar Yoshisato Yanagisawa Committed by Chromium LUCI CQ

Remove Warning.

Now I heard it looks working.  Let me remove the limitation.

Bug: b/64390790
Change-Id: Ie36419d538c2a32a4dad98dd93e0574a4c869cbe
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2637176
Commit-Queue: Yoshisato Yanagisawa <yyanagisawa@google.com>
Auto-Submit: Yoshisato Yanagisawa <yyanagisawa@chromium.org>
Reviewed-by: default avatarFumitoshi Ukai <ukai@google.com>
Cr-Commit-Position: refs/heads/master@{#844685}
parent aeed0e1d
...@@ -82,18 +82,14 @@ Add `target_os = "win"` to your args.gn. Then just build, e.g. ...@@ -82,18 +82,14 @@ Add `target_os = "win"` to your args.gn. Then just build, e.g.
## Goma ## Goma
*** note This should be supported by the default (Goma RBE) backend. However, there may
**Warning:** This is unsupported and known to not work at times. be issues with arbitrary toolchain support on Linux (b/177871873).
*** This can be disabled via:
This should be supported by the default (rbe) backend. However, there may be
issues with arbitrary toolchain support on Linux. This can be disabled via:
```shell ```shell
GOMA_ARBITRARY_TOOLCHAIN_SUPPORT=false goma_ctl restart GOMA_ARBITRARY_TOOLCHAIN_SUPPORT=false goma_ctl restart
``` ```
## Copying and running chrome ## Copying and running chrome
A convenient way to copy chrome over to a Windows box is to build the A convenient way to copy chrome over to a Windows box is to build the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment