| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", | 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
| 7 "[BUILDER_CACHE]/Android_Clang_Builder__dbg_", | 7 "[BUILDER_CACHE]/Android_Clang_Builder__dbg_", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 352 "--build-data-dir", | 352 "--build-data-dir", |
| 353 "[ROOT]/build_data_dir", | 353 "[ROOT]/build_data_dir", |
| 354 "--compiler", | 354 "--compiler", |
| 355 "goma-clang", | 355 "goma-clang", |
| 356 "--goma-jsonstatus", | 356 "--goma-jsonstatus", |
| 357 "/path/to/tmp/json", | 357 "/path/to/tmp/json", |
| 358 "--goma-service-account-json-file", | 358 "--goma-service-account-json-file", |
| 359 "/creds/service_accounts/service-account-goma-client.json", | 359 "/creds/service_accounts/service-account-goma-client.json", |
| 360 "--goma-dir", | 360 "--goma-dir", |
| 361 "[CACHE]/cipd/goma", | 361 "[CACHE]/cipd/goma", |
| 362 "--ninja-ensure-up-to-date", | |
| 363 "--" | 362 "--" |
| 364 ], | 363 ], |
| 365 "env": { | 364 "env": { |
| 366 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 365 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 367 "PATH": "[BUILDER_CACHE]/Android_Clang_Builder__dbg_/src/third_party/andro
id_tools/sdk/platform-tools:[BUILDER_CACHE]/Android_Clang_Builder__dbg_/src/buil
d/android:%(PATH)s" | 366 "PATH": "[BUILDER_CACHE]/Android_Clang_Builder__dbg_/src/third_party/andro
id_tools/sdk/platform-tools:[BUILDER_CACHE]/Android_Clang_Builder__dbg_/src/buil
d/android:%(PATH)s" |
| 368 }, | 367 }, |
| 369 "name": "compile", | 368 "name": "compile", |
| 370 "~followup_annotations": [ | 369 "~followup_annotations": [ |
| 371 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 370 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 372 "@@@STEP_LOG_END@json.output (invalid)@@@" | 371 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 373 ] | 372 ] |
| 374 }, | 373 }, |
| 375 { | 374 { |
| 376 "name": "$result", | 375 "name": "$result", |
| 377 "recipe_result": null, | 376 "recipe_result": null, |
| 378 "status_code": 0 | 377 "status_code": 0 |
| 379 } | 378 } |
| 380 ] | 379 ] |
| OLD | NEW |