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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTLinux__dbg_.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]/ClangToTLinux__dbg_", 7 "[BUILDER_CACHE]/ClangToTLinux__dbg_",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 "--ninja-path", 259 "--ninja-path",
260 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 260 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
261 "--target", 261 "--target",
262 "Debug", 262 "Debug",
263 "--src-dir", 263 "--src-dir",
264 "[BUILDER_CACHE]/ClangToTLinux__dbg_/src", 264 "[BUILDER_CACHE]/ClangToTLinux__dbg_/src",
265 "--goma-cache-dir", 265 "--goma-cache-dir",
266 "[GOMA_CACHE]", 266 "[GOMA_CACHE]",
267 "--goma-deps-cache-dir", 267 "--goma-deps-cache-dir",
268 "[GOMA_DEPS_CACHE]", 268 "[GOMA_DEPS_CACHE]",
269 "--build-tool",
270 "ninja",
271 "--build-data-dir", 269 "--build-data-dir",
272 "[ROOT]/build_data_dir", 270 "[ROOT]/build_data_dir",
273 "--compiler", 271 "--compiler",
274 "clang", 272 "clang",
275 "--", 273 "--",
276 "all" 274 "all"
277 ], 275 ],
278 "env": { 276 "env": {
279 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 277 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
280 "LLVM_FORCE_HEAD_REVISION": "YES" 278 "LLVM_FORCE_HEAD_REVISION": "YES"
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 "LLVM_FORCE_HEAD_REVISION": "YES" 342 "LLVM_FORCE_HEAD_REVISION": "YES"
345 }, 343 },
346 "name": "sizes" 344 "name": "sizes"
347 }, 345 },
348 { 346 {
349 "name": "$result", 347 "name": "$result",
350 "recipe_result": null, 348 "recipe_result": null,
351 "status_code": 0 349 "status_code": 0
352 } 350 }
353 ] 351 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698