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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CFI_Linux_CF.json

Issue 2152453003: recipes: Stop passing --build-tool=ninja to compile.py (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Created 4 years, 5 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 "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_CF", 7 "[BUILDER_CACHE]/CFI_Linux_CF",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 "--ninja-path", 272 "--ninja-path",
273 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 273 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
274 "--target", 274 "--target",
275 "Release", 275 "Release",
276 "--src-dir", 276 "--src-dir",
277 "[BUILDER_CACHE]/CFI_Linux_CF/src", 277 "[BUILDER_CACHE]/CFI_Linux_CF/src",
278 "--goma-cache-dir", 278 "--goma-cache-dir",
279 "[GOMA_CACHE]", 279 "[GOMA_CACHE]",
280 "--goma-deps-cache-dir", 280 "--goma-deps-cache-dir",
281 "[GOMA_DEPS_CACHE]", 281 "[GOMA_DEPS_CACHE]",
282 "--build-tool",
283 "ninja",
284 "--build-data-dir", 282 "--build-data-dir",
285 "[ROOT]/build_data_dir", 283 "[ROOT]/build_data_dir",
286 "--compiler", 284 "--compiler",
287 "clang", 285 "clang",
288 "--", 286 "--",
289 "chromium_builder_asan" 287 "chromium_builder_asan"
290 ], 288 ],
291 "env": { 289 "env": {
292 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 290 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
293 }, 291 },
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
366 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", 364 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@",
367 "@@@STEP_LOG_END@python.inline@@@" 365 "@@@STEP_LOG_END@python.inline@@@"
368 ] 366 ]
369 }, 367 },
370 { 368 {
371 "name": "$result", 369 "name": "$result",
372 "recipe_result": null, 370 "recipe_result": null,
373 "status_code": 0 371 "status_code": 0
374 } 372 }
375 ] 373 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698