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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTLinuxLLD.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]/ClangToTLinuxLLD", 7 "[BUILDER_CACHE]/ClangToTLinuxLLD",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 "--ninja-path", 287 "--ninja-path",
288 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 288 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
289 "--target", 289 "--target",
290 "Release", 290 "Release",
291 "--src-dir", 291 "--src-dir",
292 "[BUILDER_CACHE]/ClangToTLinuxLLD/src", 292 "[BUILDER_CACHE]/ClangToTLinuxLLD/src",
293 "--goma-cache-dir", 293 "--goma-cache-dir",
294 "[GOMA_CACHE]", 294 "[GOMA_CACHE]",
295 "--goma-deps-cache-dir", 295 "--goma-deps-cache-dir",
296 "[GOMA_DEPS_CACHE]", 296 "[GOMA_DEPS_CACHE]",
297 "--build-tool",
298 "ninja",
299 "--build-data-dir", 297 "--build-data-dir",
300 "[ROOT]/build_data_dir", 298 "[ROOT]/build_data_dir",
301 "--compiler", 299 "--compiler",
302 "clang", 300 "clang",
303 "--", 301 "--",
304 "all" 302 "all"
305 ], 303 ],
306 "env": { 304 "env": {
307 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 305 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
308 "LLVM_FORCE_HEAD_REVISION": "YES" 306 "LLVM_FORCE_HEAD_REVISION": "YES"
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
399 "~followup_annotations": [ 397 "~followup_annotations": [
400 "@@@STEP_TEXT@ClangToTLinuxLLD tester@@@" 398 "@@@STEP_TEXT@ClangToTLinuxLLD tester@@@"
401 ] 399 ]
402 }, 400 },
403 { 401 {
404 "name": "$result", 402 "name": "$result",
405 "recipe_result": null, 403 "recipe_result": null,
406 "status_code": 0 404 "status_code": 0
407 } 405 }
408 ] 406 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698