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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CFI_Linux_ToT.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_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
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 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698