| Index: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux64_avx2_dbg.json
|
| diff --git a/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux64_avx2_dbg.json b/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux64_avx2_dbg.json
|
| index 87b9dfcc1e450df49a7d460f2609381ea0cbd704..f6d11882236d7f73e11146dc52fe90d141425d4d 100644
|
| --- a/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux64_avx2_dbg.json
|
| +++ b/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux64_avx2_dbg.json
|
| @@ -147,6 +147,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": "dcheck_always_on=1 fastbuild=1 gomadir='[CACHE]/cipd/goma' target_arch=x64 test_isolation_mode=prepare use_goma=1 v8_enable_slow_dchecks=1 v8_optimized_debug=1 v8_target_arch=x64",
|
| "GYP_GENERATORS": "ninja",
|
| "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
|
| @@ -168,6 +169,28 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| + "[SLAVE_BUILD]/v8/tools/mb/mb.py",
|
| + "gen",
|
| + "-m",
|
| + "tryserver.v8",
|
| + "-b",
|
| + "v8_linux64_avx2_dbg",
|
| + "--config-file",
|
| + "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl",
|
| + "--goma-dir",
|
| + "[CACHE]/cipd/goma",
|
| + "--gyp-script=gypfiles/gyp_v8",
|
| + "//out/Debug"
|
| + ],
|
| + "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/"
|
|
|