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]/CFI_Linux_ToT", | 7 "[BUILDER_CACHE]/CFI_Linux_ToT", |
8 "511" | 8 "511" |
9 ], | 9 ], |
10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
247 "--ninja-path", | 247 "--ninja-path", |
248 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 248 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
249 "--target", | 249 "--target", |
250 "Release", | 250 "Release", |
251 "--src-dir", | 251 "--src-dir", |
252 "[BUILDER_CACHE]/CFI_Linux_ToT/src", | 252 "[BUILDER_CACHE]/CFI_Linux_ToT/src", |
253 "--goma-cache-dir", | 253 "--goma-cache-dir", |
254 "[GOMA_CACHE]", | 254 "[GOMA_CACHE]", |
255 "--goma-deps-cache-dir", | 255 "--goma-deps-cache-dir", |
256 "[GOMA_DEPS_CACHE]", | 256 "[GOMA_DEPS_CACHE]", |
257 "--build-tool", | |
258 "ninja", | |
259 "--build-data-dir", | 257 "--build-data-dir", |
260 "[ROOT]/build_data_dir", | 258 "[ROOT]/build_data_dir", |
261 "--compiler", | 259 "--compiler", |
262 "clang", | 260 "clang", |
263 "--", | 261 "--", |
264 "All" | 262 "All" |
265 ], | 263 ], |
266 "env": { | 264 "env": { |
267 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 265 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
268 "LLVM_FORCE_HEAD_REVISION": "YES" | 266 "LLVM_FORCE_HEAD_REVISION": "YES" |
269 }, | 267 }, |
270 "name": "compile" | 268 "name": "compile" |
271 }, | 269 }, |
272 { | 270 { |
273 "name": "$result", | 271 "name": "$result", |
274 "recipe_result": null, | 272 "recipe_result": null, |
275 "status_code": 0 | 273 "status_code": 0 |
276 } | 274 } |
277 ] | 275 ] |
OLD | NEW |