| OLD | NEW |
| 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 "client.v8", | 8 "client.v8", |
| 9 "--builder", | 9 "--builder", |
| 10 "V8 Mac64 - xcode", | 10 "V8 Mac64 - xcode", |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 104 ] | 104 ] |
| 105 }, | 105 }, |
| 106 { | 106 { |
| 107 "cmd": [ | 107 "cmd": [ |
| 108 "python", | 108 "python", |
| 109 "-u", | 109 "-u", |
| 110 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 110 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 111 "--show-path", | 111 "--show-path", |
| 112 "python", | 112 "python", |
| 113 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 113 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 114 "--gsutil-py-path", |
| 115 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 114 "--ninja-path", | 116 "--ninja-path", |
| 115 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 117 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 116 "--target", | 118 "--target", |
| 117 "Release", | 119 "Release", |
| 118 "--src-dir", | 120 "--src-dir", |
| 119 "[SLAVE_BUILD]/v8", | 121 "[SLAVE_BUILD]/v8", |
| 120 "--goma-cache-dir", | 122 "--goma-cache-dir", |
| 121 "[GOMA_CACHE]", | 123 "[GOMA_CACHE]", |
| 122 "--build-tool", | 124 "--build-tool", |
| 123 "xcode", | 125 "xcode", |
| 124 "--compiler", | 126 "--compiler", |
| 125 "clang", | 127 "clang", |
| 126 "--" | 128 "--" |
| 127 ], | 129 ], |
| 128 "cwd": "[SLAVE_BUILD]", | 130 "cwd": "[SLAVE_BUILD]", |
| 129 "name": "compile" | 131 "name": "compile" |
| 130 }, | 132 }, |
| 131 { | 133 { |
| 132 "name": "$result", | 134 "name": "$result", |
| 133 "recipe_result": null, | 135 "recipe_result": null, |
| 134 "status_code": 0 | 136 "status_code": 0 |
| 135 } | 137 } |
| 136 ] | 138 ] |
| OLD | NEW |