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

Side by Side Diff: scripts/slave/recipes/flutter/flutter.expected/linux.json

Issue 1768473002: setup the correct version of Xcode (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: refactor to recommended method of invoking find_xcode.py Created 4 years, 9 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 os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\npath = sys.argv[1]\nif os.path.exists(path):\n for p in (o s.path.join(path, x) for x in os.listdir(path)):\n if os.path.isdir(p):\n chromium_utils.RemoveDirectory(p)\n else:\n os.unlink(p)\n", 6 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\npath = sys.argv[1]\nif os.path.exists(path):\n for p in (o s.path.join(path, x) for x in os.listdir(path)):\n if os.path.isdir(p):\n chromium_utils.RemoveDirectory(p)\n else:\n os.unlink(p)\n",
7 "[SLAVE_BUILD]" 7 "[SLAVE_BUILD]"
8 ], 8 ],
9 "cwd": "[SLAVE_BUILD]", 9 "cwd": "[SLAVE_BUILD]",
10 "name": "rmcontents everything", 10 "name": "rmcontents everything",
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 "submodule", 98 "submodule",
99 "update", 99 "update",
100 "--init", 100 "--init",
101 "--recursive" 101 "--recursive"
102 ], 102 ],
103 "cwd": "[SLAVE_BUILD]/flutter", 103 "cwd": "[SLAVE_BUILD]/flutter",
104 "name": "submodule update" 104 "name": "submodule update"
105 }, 105 },
106 { 106 {
107 "cmd": [ 107 "cmd": [
108 "[SLAVE_BUILD]/flutter/infra/download_android_tools.py"
109 ],
110 "cwd": "[SLAVE_BUILD]",
111 "name": "download android tools"
112 },
113 {
114 "cmd": [
115 "flutter", 108 "flutter",
116 "doctor" 109 "doctor"
117 ], 110 ],
118 "cwd": "[SLAVE_BUILD]", 111 "cwd": "[SLAVE_BUILD]",
119 "env": { 112 "env": {
120 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools", 113 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools",
121 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd k/bin:%(PATH)s", 114 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd k/bin:%(PATH)s",
122 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" 115 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache"
123 }, 116 },
124 "name": "flutter doctor" 117 "name": "flutter doctor"
(...skipping 482 matching lines...) Expand 10 before | Expand all | Expand 10 after
607 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 600 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
608 "@@@STEP_LOG_END@python.inline@@@" 601 "@@@STEP_LOG_END@python.inline@@@"
609 ] 602 ]
610 }, 603 },
611 { 604 {
612 "name": "$result", 605 "name": "$result",
613 "recipe_result": null, 606 "recipe_result": null,
614 "status_code": 0 607 "status_code": 0
615 } 608 }
616 ] 609 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698