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

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

Issue 1768473002: setup the correct version of Xcode (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: remove spaces 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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 }, 105 },
106 { 106 {
107 "cmd": [ 107 "cmd": [
108 "[SLAVE_BUILD]/flutter/infra/download_android_tools.py" 108 "[SLAVE_BUILD]/flutter/infra/download_android_tools.py"
109 ], 109 ],
110 "cwd": "[SLAVE_BUILD]", 110 "cwd": "[SLAVE_BUILD]",
111 "name": "download android tools" 111 "name": "download android tools"
112 }, 112 },
113 { 113 {
114 "cmd": [ 114 "cmd": [
115 "python",
116 "-u",
117 "[BUILD]/scripts/slave/ios/find_xcode.py",
118 "--json-file",
119 "/path/to/tmp/json"
120 ],
121 "cwd": "[SLAVE_BUILD]",
122 "env": {
123 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools",
124 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd k/bin:%(PATH)s",
125 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache"
126 },
127 "name": "enumerate_xcode_installations",
128 "~followup_annotations": [
129 "@@@STEP_LOG_LINE@json.output@{@@@",
130 "@@@STEP_LOG_LINE@json.output@ \"installations\": {@@@",
131 "@@@STEP_LOG_LINE@json.output@ \"/some/path\": \"7.2.1 build_number\"@@ @",
132 "@@@STEP_LOG_LINE@json.output@ }@@@",
133 "@@@STEP_LOG_LINE@json.output@}@@@",
134 "@@@STEP_LOG_END@json.output@@@"
135 ]
136 },
137 {
138 "cmd": [
139 "python",
140 "-u",
141 "[BUILD]/scripts/slave/ios/find_xcode.py",
142 "--json-file",
143 "/path/to/tmp/json",
144 "--version",
145 "7.2.1"
146 ],
147 "cwd": "[SLAVE_BUILD]",
148 "env": {
149 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools",
150 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd k/bin:%(PATH)s",
151 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache"
152 },
153 "name": "set_xcode_version",
154 "~followup_annotations": [
155 "@@@STEP_LOG_LINE@json.output@{}@@@",
156 "@@@STEP_LOG_END@json.output@@@"
157 ]
158 },
159 {
160 "cmd": [
115 "flutter", 161 "flutter",
116 "doctor" 162 "doctor"
117 ], 163 ],
118 "cwd": "[SLAVE_BUILD]", 164 "cwd": "[SLAVE_BUILD]",
119 "env": { 165 "env": {
120 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools", 166 "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", 167 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd k/bin:%(PATH)s",
122 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" 168 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache"
123 }, 169 },
124 "name": "flutter doctor" 170 "name": "flutter doctor"
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 337 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
292 "@@@STEP_LOG_END@python.inline@@@" 338 "@@@STEP_LOG_END@python.inline@@@"
293 ] 339 ]
294 }, 340 },
295 { 341 {
296 "name": "$result", 342 "name": "$result",
297 "recipe_result": null, 343 "recipe_result": null,
298 "status_code": 0 344 "status_code": 0
299 } 345 }
300 ] 346 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698