| Index: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64___builder.json
|
| diff --git a/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64___builder.json b/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64___builder.json
|
| index b08fcd6746a69fb41d8fc1a084bf73a1c211ca9a..6c20e05beee172358eed4d91eb72c0ffabad3651 100644
|
| --- a/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64___builder.json
|
| +++ b/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64___builder.json
|
| @@ -141,6 +141,7 @@
|
| "cwd": "[SLAVE_BUILD]/v8",
|
| "env": {
|
| "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json",
|
| + "GYP_CHROMIUM_NO_ACTION": "1",
|
| "GYP_DEFINES": "gomadir='[CACHE]/cipd/goma' target_arch=x64 test_isolation_mode=prepare use_goma=1 v8_target_arch=x64",
|
| "GYP_GENERATORS": "ninja",
|
| "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
|
| @@ -162,6 +163,28 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| + "[SLAVE_BUILD]/v8/tools/mb/mb.py",
|
| + "gen",
|
| + "-m",
|
| + "client.v8",
|
| + "-b",
|
| + "V8 Linux64 - builder",
|
| + "--config-file",
|
| + "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl",
|
| + "--goma-dir",
|
| + "[CACHE]/cipd/goma",
|
| + "--gyp-script=gypfiles/gyp_v8",
|
| + "//out/Release"
|
| + ],
|
| + "env": {
|
| + "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
|
| + },
|
| + "name": "generate_build_files"
|
| + },
|
| + {
|
| + "cmd": [
|
| + "python",
|
| + "-u",
|
| "RECIPE_MODULE[build::v8]/resources/patch_mb_config.py",
|
| "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl",
|
| "/path/to/tmp/"
|
|
|