0

docs: replace use_goma with use_remoteexec

goma is not supported now.

Original CL is https://crrev.com/c/5539111.

This CL was uploaded by git cl split.

R=thakis@chromium.org

Bug: 41489832
Change-Id: If6f4fea9cb676e0188412b66f59ad0199822dbad
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5541194
Reviewed-by: Junji Watanabe <jwata@google.com>
Commit-Queue: Takuto Ikuta <tikuta@chromium.org>
Auto-Submit: Takuto Ikuta <tikuta@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1301118}
This commit is contained in:
Takuto Ikuta
2024-05-15 06:00:42 +00:00
committed by Chromium LUCI CQ
parent 526fde0b80
commit 7e61637c8f
6 changed files with 7 additions and 7 deletions

@ -51,7 +51,7 @@ gn args ./out/dangling/
```
```gn
use_goma = true
use_remoteexec = true
is_debug = false # Important! (*)
is_component_build = false # Important! (*)
dcheck_always_on = true

@ -47,7 +47,7 @@ blink_symbol_level = 1
symbol_level = 1
# Restricted options. May not make sense for non-Googlers.
use_goma = true
use_remoteexec = true
proprietary_codecs = true
ffmpeg_branding = "Chrome"
```

@ -50,7 +50,7 @@ need to update it to install Fuchsia-specific dependencies.
$ gn gen out/fuchsia --args="is_debug=false dcheck_always_on=true is_component_build=false target_os=\"fuchsia\""
```
You can add many of the usual GN arguments like `use_goma = true`. In
You can add many of the usual GN arguments like `use_remoteexec = true`. In
particular, when working with devices, consider using `is_debug = false` and
`is_component_build = false` since debug and component builds can drastically
increase run time and used space.
@ -223,7 +223,7 @@ $ gn gen out/fuchsia --args="is_debug=false dcheck_always_on=true is_component_b
You can also build for Debug, with `is_debug=true`, but since we don't currently
have any Debug build-bots, it may be more broken than Release.
`use_goma=true` is fine to use also if you're a Googler.
`use_remoteexec=true` is fine to use also if you're a Googler.
Architecture options are x64 (default) and arm64. This can be set with
`target_cpu=\"arm64\"`.

@ -54,7 +54,7 @@ ozone_platform = "drm"
use_system_minigbm = false
target_sysroot = "//build/linux/debian_jessie_amd64-sysroot"
is_debug = false
use_goma = true
use_remoteexec = true
use_xkbcommon = true
#use_evdev_gestures = true
#use_system_libevdev = false

@ -175,7 +175,7 @@ is_debug = false
is_official_build = true
target_cpu = "arm64"
target_os = "fuchsia"
use_goma = true # If appropriate.
use_remoteexec = true # If appropriate.
```
### 2. Build

@ -127,7 +127,7 @@ strip_absolute_paths_from_debug_symbols = true
symbol_level = 1
system_webview_package_name = "com.google.android.webview"
target_os = "android"
use_goma = true
use_remoteexec = true
```
## Bot selection criteria