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

Side by Side Diff: scripts/slave/recipes/webrtc/ios.expected/basic.json

Issue 2436723003: Never use the hermetic xcode toolchain for iOS recipes. (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 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py",
5 "--json-file", 5 "--json-file",
6 "/path/to/tmp/json" 6 "/path/to/tmp/json"
7 ], 7 ],
8 "name": "host and tools info", 8 "name": "host and tools info",
9 "~followup_annotations": [ 9 "~followup_annotations": [
10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@",
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 "ios debug", 243 "ios debug",
244 "--config-file", 244 "--config-file",
245 "[BUILDER_CACHE]/ios_debug/src/webrtc/build/mb_config.pyl", 245 "[BUILDER_CACHE]/ios_debug/src/webrtc/build/mb_config.pyl",
246 "--goma-dir", 246 "--goma-dir",
247 "[CACHE]/cipd/goma", 247 "[CACHE]/cipd/goma",
248 "--gyp-script=[BUILDER_CACHE]/ios_debug/src/webrtc/build/gyp_webrtc.py", 248 "--gyp-script=[BUILDER_CACHE]/ios_debug/src/webrtc/build/gyp_webrtc.py",
249 "//out/Debug-iphonesimulator" 249 "//out/Debug-iphonesimulator"
250 ], 250 ],
251 "cwd": "[BUILDER_CACHE]/ios_debug/src", 251 "cwd": "[BUILDER_CACHE]/ios_debug/src",
252 "env": { 252 "env": {
253 "FORCE_MAC_TOOLCHAIN": "1",
254 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 253 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
255 }, 254 },
256 "name": "generate_build_files" 255 "name": "generate_build_files"
257 }, 256 },
258 { 257 {
259 "allow_subannotations": true, 258 "allow_subannotations": true,
260 "cmd": [ 259 "cmd": [
261 "python", 260 "python",
262 "-u", 261 "-u",
263 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", 262 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
264 "--src-dir", 263 "--src-dir",
265 "[BUILDER_CACHE]/ios_debug/src", 264 "[BUILDER_CACHE]/ios_debug/src",
266 "--output-json", 265 "--output-json",
267 "/path/to/tmp/json" 266 "/path/to/tmp/json"
268 ], 267 ],
269 "env": { 268 "env": {
270 "FORCE_MAC_TOOLCHAIN": "1",
271 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 269 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
272 }, 270 },
273 "name": "clang_revision", 271 "name": "clang_revision",
274 "~followup_annotations": [ 272 "~followup_annotations": [
275 "@@@STEP_LOG_LINE@json.output@{@@@", 273 "@@@STEP_LOG_LINE@json.output@{@@@",
276 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", 274 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
277 "@@@STEP_LOG_LINE@json.output@}@@@", 275 "@@@STEP_LOG_LINE@json.output@}@@@",
278 "@@@STEP_LOG_END@json.output@@@" 276 "@@@STEP_LOG_END@json.output@@@"
279 ] 277 ]
280 }, 278 },
(...skipping 29 matching lines...) Expand all
310 "/path/to/tmp/json", 308 "/path/to/tmp/json",
311 "--goma-service-account-json-file", 309 "--goma-service-account-json-file",
312 "/creds/service_accounts/service-account-goma-client.json", 310 "/creds/service_accounts/service-account-goma-client.json",
313 "--goma-dir", 311 "--goma-dir",
314 "[CACHE]/cipd/goma", 312 "[CACHE]/cipd/goma",
315 "--", 313 "--",
316 "All" 314 "All"
317 ], 315 ],
318 "cwd": "[BUILDER_CACHE]/ios_debug/src/out/Debug-iphonesimulator", 316 "cwd": "[BUILDER_CACHE]/ios_debug/src/out/Debug-iphonesimulator",
319 "env": { 317 "env": {
320 "FORCE_MAC_TOOLCHAIN": "1",
321 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 318 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
322 }, 319 },
323 "name": "compile", 320 "name": "compile",
324 "~followup_annotations": [ 321 "~followup_annotations": [
325 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 322 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
326 "@@@STEP_LOG_END@json.output (invalid)@@@" 323 "@@@STEP_LOG_END@json.output (invalid)@@@"
327 ] 324 ]
328 }, 325 },
329 { 326 {
330 "cmd": [ 327 "cmd": [
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
393 "@@@STEP_LOG_END@fake log@@@", 390 "@@@STEP_LOG_END@fake log@@@",
394 "@@@STEP_LINK@fake URL text@fake URL@@@" 391 "@@@STEP_LINK@fake URL text@fake URL@@@"
395 ] 392 ]
396 }, 393 },
397 { 394 {
398 "name": "$result", 395 "name": "$result",
399 "recipe_result": null, 396 "recipe_result": null,
400 "status_code": 0 397 "status_code": 0
401 } 398 }
402 ] 399 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698