summaryrefslogtreecommitdiffstats
path: root/ios/build
diff options
context:
space:
mode:
authorsmut <smut@google.com>2015-05-20 15:37:41 -0700
committerCommit bot <commit-bot@chromium.org>2015-05-20 22:38:38 +0000
commitd4c266ca63732a404d492301e4af29f643fedab1 (patch)
tree1bdf22ea48507434ce518cc9c126387e9eb908eb /ios/build
parent7d351330df503f3b611e70c1de5394c527ebf514 (diff)
downloadchromium_src-d4c266ca63732a404d492301e4af29f643fedab1.zip
chromium_src-d4c266ca63732a404d492301e4af29f643fedab1.tar.gz
chromium_src-d4c266ca63732a404d492301e4af29f643fedab1.tar.bz2
Update Clang ToT iOS builder to use the 8.3 SDK
BUG=452726 Review URL: https://codereview.chromium.org/1146243003 Cr-Commit-Position: refs/heads/master@{#330821}
Diffstat (limited to 'ios/build')
-rw-r--r--ios/build/bots/chromium.fyi/ClangToTiOS.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/ios/build/bots/chromium.fyi/ClangToTiOS.json b/ios/build/bots/chromium.fyi/ClangToTiOS.json
index 26663df..b5a9e2a 100644
--- a/ios/build/bots/chromium.fyi/ClangToTiOS.json
+++ b/ios/build/bots/chromium.fyi/ClangToTiOS.json
@@ -3,9 +3,9 @@
"hans"
],
"comments": [
- "Clang tip-of-tree builder for iOS"
+ "Clang tip-of-tree builder for iOS."
],
- "xcode version": "6.2",
+ "xcode version": "6.3",
"GYP_DEFINES": {
"chromium_ios_signing": "0",
"clang_use_chrome_plugins": "0",
@@ -17,7 +17,7 @@
},
"compiler": "ninja",
"configuration": "Release",
- "sdk": "iphoneos8.2",
+ "sdk": "iphoneos8.3",
"tests": [
]
}