| Index: scripts/slave/recipes/v8.expected/full_client_v8_V8_Win64___clang.json
|
| diff --git a/scripts/slave/recipes/v8.expected/full_client_v8_V8_Win64___clang.json b/scripts/slave/recipes/v8.expected/full_client_v8_V8_Win64___clang.json
|
| index 9da9ce327083a43c01142ce15264cd18a79f29de..a35b194dd64f6086bdd500efaf03cb774c8d60ed 100644
|
| --- a/scripts/slave/recipes/v8.expected/full_client_v8_V8_Win64___clang.json
|
| +++ b/scripts/slave/recipes/v8.expected/full_client_v8_V8_Win64___clang.json
|
| @@ -128,6 +128,7 @@
|
| "cwd": "[SLAVE_BUILD]\\v8",
|
| "env": {
|
| "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-account-goma-client.json",
|
| + "GYP_CHROMIUM_NO_ACTION": "1",
|
| "GYP_DEFINES": "clang=1 gomadir='[CACHE]\\cipd\\goma' target_arch=x64 use_goma=1 v8_target_arch=x64",
|
| "GYP_GENERATORS": "ninja",
|
| "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
|
| @@ -146,6 +147,42 @@
|
| "name": "cleanup_temp"
|
| },
|
| {
|
| + "cmd": [
|
| + "python",
|
| + "-u",
|
| + "[SLAVE_BUILD]\\v8\\tools\\mb\\mb.py",
|
| + "gen",
|
| + "-m",
|
| + "client.v8",
|
| + "-b",
|
| + "V8 Win64 - clang",
|
| + "--config-file",
|
| + "[SLAVE_BUILD]\\v8\\infra\\mb\\mb_config.pyl",
|
| + "--goma-dir",
|
| + "[CACHE]\\cipd\\goma",
|
| + "--gyp-script=gypfiles\\gyp_v8",
|
| + "//out/Release_x64"
|
| + ],
|
| + "env": {
|
| + "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-account-goma-client.json"
|
| + },
|
| + "name": "generate_build_files",
|
| + "stdout": "/path/to/tmp/",
|
| + "~followup_annotations": [
|
| + "@@@STEP_LOG_LINE@stdout@some line@@@",
|
| + "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@",
|
| + "@@@STEP_LOG_LINE@stdout@moar@@@",
|
| + "@@@STEP_LOG_END@stdout@@@",
|
| + "@@@STEP_LOG_LINE@diff@+ cool_flag: a=1@@@",
|
| + "@@@STEP_LOG_LINE@diff@- clang: 1@@@",
|
| + "@@@STEP_LOG_LINE@diff@- gomadir: '[CACHE]\\cipd\\goma'@@@",
|
| + "@@@STEP_LOG_LINE@diff@ target_arch: x64@@@",
|
| + "@@@STEP_LOG_LINE@diff@- use_goma: 1@@@",
|
| + "@@@STEP_LOG_END@diff@@@",
|
| + "@@@STEP_WARNINGS@@@"
|
| + ]
|
| + },
|
| + {
|
| "allow_subannotations": true,
|
| "cmd": [
|
| "python",
|
|
|