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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipes/flutter/flutter.expected/mac.json
diff --git a/scripts/slave/recipes/flutter/flutter.expected/mac.json b/scripts/slave/recipes/flutter/flutter.expected/mac.json
index 509fa6a4a3324559c3fe72581f2aa02ee61ceede..4e85865cb34af72f2037d28b712bb71baa11a20e 100644
--- a/scripts/slave/recipes/flutter/flutter.expected/mac.json
+++ b/scripts/slave/recipes/flutter/flutter.expected/mac.json
@@ -112,6 +112,52 @@
},
{
"cmd": [
+ "python",
+ "-u",
+ "[BUILD]/scripts/slave/ios/find_xcode.py",
+ "--json-file",
+ "/path/to/tmp/json"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "env": {
+ "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools",
+ "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sdk/bin:%(PATH)s",
+ "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache"
+ },
+ "name": "enumerate_xcode_installations",
+ "~followup_annotations": [
+ "@@@STEP_LOG_LINE@json.output@{@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"installations\": {@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"/some/path\": \"7.2.1 build_number\"@@@",
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
+ "@@@STEP_LOG_LINE@json.output@}@@@",
+ "@@@STEP_LOG_END@json.output@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "[BUILD]/scripts/slave/ios/find_xcode.py",
+ "--json-file",
+ "/path/to/tmp/json",
+ "--version",
+ "7.2.1"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "env": {
+ "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools",
+ "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sdk/bin:%(PATH)s",
+ "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache"
+ },
+ "name": "set_xcode_version",
+ "~followup_annotations": [
+ "@@@STEP_LOG_LINE@json.output@{}@@@",
+ "@@@STEP_LOG_END@json.output@@@"
+ ]
+ },
+ {
+ "cmd": [
"flutter",
"doctor"
],

Powered by Google App Engine
This is Rietveld 408576698