Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(16)

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_android_clang.json

Issue 2152453003: recipes: Stop passing --build-tool=ninja to compile.py (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.libyuv", 8 "tryserver.libyuv",
9 "--builder", 9 "--builder",
10 "android_clang", 10 "android_clang",
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 "--gsutil-py-path", 98 "--gsutil-py-path",
99 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 99 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
100 "--ninja-path", 100 "--ninja-path",
101 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 101 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
102 "--target", 102 "--target",
103 "Debug", 103 "Debug",
104 "--src-dir", 104 "--src-dir",
105 "[SLAVE_BUILD]/src", 105 "[SLAVE_BUILD]/src",
106 "--goma-cache-dir", 106 "--goma-cache-dir",
107 "[GOMA_CACHE]", 107 "[GOMA_CACHE]",
108 "--build-tool",
109 "ninja",
110 "--compiler", 108 "--compiler",
111 "goma-clang", 109 "goma-clang",
112 "--goma-jsonstatus", 110 "--goma-jsonstatus",
113 "/path/to/tmp/json", 111 "/path/to/tmp/json",
114 "--goma-service-account-json-file", 112 "--goma-service-account-json-file",
115 "/creds/service_accounts/service-account-goma-client.json", 113 "/creds/service_accounts/service-account-goma-client.json",
116 "--goma-dir", 114 "--goma-dir",
117 "[BUILD]/goma", 115 "[BUILD]/goma",
118 "--goma-fail-fast", 116 "--goma-fail-fast",
119 "--goma-disable-local-fallback", 117 "--goma-disable-local-fallback",
120 "--" 118 "--"
121 ], 119 ],
122 "env": { 120 "env": {
123 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 121 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
124 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 122 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
125 }, 123 },
126 "name": "compile", 124 "name": "compile",
127 "~followup_annotations": [ 125 "~followup_annotations": [
128 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 126 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
129 "@@@STEP_LOG_END@json.output (invalid)@@@" 127 "@@@STEP_LOG_END@json.output (invalid)@@@"
130 ] 128 ]
131 }, 129 },
132 { 130 {
133 "name": "$result", 131 "name": "$result",
134 "recipe_result": null, 132 "recipe_result": null,
135 "status_code": 0 133 "status_code": 0
136 } 134 }
137 ] 135 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698