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

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

Issue 2411243003: Revert of Download the hermetic xcode toolchain on all bots that target mac. (Closed)
Patch Set: Created 4 years, 2 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_PACKAGE_REPO[build]/scripts/tools/runit.py", 6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
7 "--show-path", 7 "--show-path",
8 "python", 8 "python",
9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
10 ], 10 ],
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 }, 120 },
121 { 121 {
122 "cmd": [ 122 "cmd": [
123 "python", 123 "python",
124 "-u", 124 "-u",
125 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 125 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
126 "runhooks" 126 "runhooks"
127 ], 127 ],
128 "cwd": "[SLAVE_BUILD]/src", 128 "cwd": "[SLAVE_BUILD]/src",
129 "env": { 129 "env": {
130 "FORCE_MAC_TOOLCHAIN": "1",
131 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 130 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
132 "GYP_CHROMIUM_NO_ACTION": "1", 131 "GYP_CHROMIUM_NO_ACTION": "1",
133 "GYP_DEFINES": "clang=1 component=static_library gomadir='[CACHE]/cipd/gom a' target_arch=x64 use_goma=1", 132 "GYP_DEFINES": "clang=1 component=static_library gomadir='[CACHE]/cipd/gom a' target_arch=x64 use_goma=1",
134 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 133 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
135 }, 134 },
136 "name": "gclient runhooks" 135 "name": "gclient runhooks"
137 }, 136 },
138 { 137 {
139 "cmd": [ 138 "cmd": [
140 "python", 139 "python",
(...skipping 12 matching lines...) Expand all
153 "cmd": [ 152 "cmd": [
154 "python", 153 "python",
155 "-u", 154 "-u",
156 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", 155 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
157 "--src-dir", 156 "--src-dir",
158 "[SLAVE_BUILD]/src", 157 "[SLAVE_BUILD]/src",
159 "--output-json", 158 "--output-json",
160 "/path/to/tmp/json" 159 "/path/to/tmp/json"
161 ], 160 ],
162 "env": { 161 "env": {
163 "FORCE_MAC_TOOLCHAIN": "1",
164 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 162 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
165 }, 163 },
166 "name": "clang_revision", 164 "name": "clang_revision",
167 "~followup_annotations": [ 165 "~followup_annotations": [
168 "@@@STEP_LOG_LINE@json.output@{@@@", 166 "@@@STEP_LOG_LINE@json.output@{@@@",
169 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", 167 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
170 "@@@STEP_LOG_LINE@json.output@}@@@", 168 "@@@STEP_LOG_LINE@json.output@}@@@",
171 "@@@STEP_LOG_END@json.output@@@" 169 "@@@STEP_LOG_END@json.output@@@"
172 ] 170 ]
173 }, 171 },
(...skipping 28 matching lines...) Expand all
202 "--goma-jsonstatus", 200 "--goma-jsonstatus",
203 "/path/to/tmp/json", 201 "/path/to/tmp/json",
204 "--goma-service-account-json-file", 202 "--goma-service-account-json-file",
205 "/creds/service_accounts/service-account-goma-client.json", 203 "/creds/service_accounts/service-account-goma-client.json",
206 "--goma-dir", 204 "--goma-dir",
207 "[CACHE]/cipd/goma", 205 "[CACHE]/cipd/goma",
208 "--", 206 "--",
209 "all" 207 "all"
210 ], 208 ],
211 "env": { 209 "env": {
212 "FORCE_MAC_TOOLCHAIN": "1",
213 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 210 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
214 }, 211 },
215 "name": "compile", 212 "name": "compile",
216 "~followup_annotations": [ 213 "~followup_annotations": [
217 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 214 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
218 "@@@STEP_LOG_END@json.output (invalid)@@@" 215 "@@@STEP_LOG_END@json.output (invalid)@@@"
219 ] 216 ]
220 }, 217 },
221 { 218 {
222 "name": "$result", 219 "name": "$result",
223 "recipe_result": null, 220 "recipe_result": null,
224 "status_code": 0 221 "status_code": 0
225 } 222 }
226 ] 223 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698