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

Side by Side Diff: ios/build/bots/chromium.fyi/ClangToTiOS.json

Issue 1146243003: Update Clang ToT iOS builder to use the 8.3 SDK (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 5 years, 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "owners": [ 2 "owners": [
3 "hans" 3 "hans"
4 ], 4 ],
5 "comments": [ 5 "comments": [
6 "Clang tip-of-tree builder for iOS" 6 "Clang tip-of-tree builder for iOS."
7 ], 7 ],
8 "xcode version": "6.2", 8 "xcode version": "6.3",
9 "GYP_DEFINES": { 9 "GYP_DEFINES": {
10 "chromium_ios_signing": "0", 10 "chromium_ios_signing": "0",
11 "clang_use_chrome_plugins": "0", 11 "clang_use_chrome_plugins": "0",
12 "target_subarch": "arm32", 12 "target_subarch": "arm32",
13 "werror": "" 13 "werror": ""
14 }, 14 },
15 "env": { 15 "env": {
16 "LLVM_FORCE_HEAD_REVISION": "YES" 16 "LLVM_FORCE_HEAD_REVISION": "YES"
17 }, 17 },
18 "compiler": "ninja", 18 "compiler": "ninja",
19 "configuration": "Release", 19 "configuration": "Release",
20 "sdk": "iphoneos8.2", 20 "sdk": "iphoneos8.3",
smut 2015/05/20 21:33:56 FYI simulator would cycle faster. To use simulator
hans 2015/05/20 21:36:14 Let's get the bot running first, and then we can t
21 "tests": [ 21 "tests": [
22 ] 22 ]
23 } 23 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698