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 "[CUSTOM_/_B_WORK]", | 7 "[CUSTOM_/_B_WORK]", |
8 "511" | 8 "511" |
9 ], | 9 ], |
10 "name": "makedirs checkout_path", | 10 "name": "makedirs checkout_path", |
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
200 { | 200 { |
201 "cmd": [ | 201 "cmd": [ |
202 "[CUSTOM_/_B_WORK]/skia/platform_tools/android/bin/android_ninja", | 202 "[CUSTOM_/_B_WORK]/skia/platform_tools/android/bin/android_ninja", |
203 "most", | 203 "most", |
204 "-d", | 204 "-d", |
205 "arm_v7_neon", | 205 "arm_v7_neon", |
206 "--gcc" | 206 "--gcc" |
207 ], | 207 ], |
208 "cwd": "[CUSTOM_/_B_WORK]/skia", | 208 "cwd": "[CUSTOM_/_B_WORK]/skia", |
209 "env": { | 209 "env": { |
210 "ANDROID_HOME": "[SLAVE_BUILD]/android-sdk", | 210 "ANDROID_HOME": "[SLAVE_BUILD]/android_sdk/android-sdk", |
211 "ANDROID_MAKE_CCACHE": "/usr/bin/ccache", | 211 "ANDROID_MAKE_CCACHE": "/usr/bin/ccache", |
212 "ANDROID_SDK_ROOT": "[SLAVE_BUILD]/android-sdk", | 212 "ANDROID_SDK_ROOT": "[SLAVE_BUILD]/android_sdk/android-sdk", |
213 "BUILDTYPE": "Debug", | 213 "BUILDTYPE": "Debug", |
214 "CHROME_HEADLESS": "1", | 214 "CHROME_HEADLESS": "1", |
215 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=1", | 215 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=1", |
216 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]", | 216 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]", |
217 "PYTHONPATH": "[BUILD]/scripts", | 217 "PYTHONPATH": "[BUILD]/scripts", |
218 "SKIA_ANDROID_VERBOSE_SETUP": "1", | 218 "SKIA_ANDROID_VERBOSE_SETUP": "1", |
219 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-Arm7-Debug-Androi
d-Trybot" | 219 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-Arm7-Debug-Androi
d-Trybot" |
220 }, | 220 }, |
221 "name": "build most" | 221 "name": "build most" |
222 }, | 222 }, |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
256 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst_path)@@@", | 256 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst_path)@@@", |
257 "@@@STEP_LOG_END@python.inline@@@" | 257 "@@@STEP_LOG_END@python.inline@@@" |
258 ] | 258 ] |
259 }, | 259 }, |
260 { | 260 { |
261 "name": "$result", | 261 "name": "$result", |
262 "recipe_result": null, | 262 "recipe_result": null, |
263 "status_code": 0 | 263 "status_code": 0 |
264 } | 264 } |
265 ] | 265 ] |
OLD | NEW |