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

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

Issue 2353453003: Update ClangToTiOS and EarlGreyiOS bots to use iOS10 SDK (Closed)
Patch Set: Add EarlGreyiOS too Created 4 years, 3 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 | ios/build/bots/chromium.fyi/EarlGreyiOS.json » ('j') | 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": "7.0", 8 "xcode version": "8.0",
9 "GYP_DEFINES": [ 9 "GYP_DEFINES": [
10 "OS=ios", 10 "OS=ios",
11 "chromium_ios_signing=0", 11 "chromium_ios_signing=0",
12 "component=static_library", 12 "component=static_library",
13 "clang_use_chrome_plugins=0", 13 "clang_use_chrome_plugins=0",
14 "target_subarch=arm32", 14 "target_subarch=arm32",
15 "werror=" 15 "werror="
16 ], 16 ],
17 "gn_args": [ 17 "gn_args": [
18 "is_component_build=false", 18 "is_component_build=false",
19 "ios_enable_code_signing=false", 19 "ios_enable_code_signing=false",
20 "llvm_force_head_revision=true", 20 "llvm_force_head_revision=true",
21 "target_cpu=\"arm\"", 21 "target_cpu=\"arm\"",
22 "target_os=\"ios\"" 22 "target_os=\"ios\""
23 ], 23 ],
24 "env": { 24 "env": {
25 "LLVM_FORCE_HEAD_REVISION": "YES" 25 "LLVM_FORCE_HEAD_REVISION": "YES"
26 }, 26 },
27 "mb_type": "gn", 27 "mb_type": "gn",
28 "compiler": "ninja", 28 "compiler": "ninja",
29 "additional_compile_targets": ["gn_all"], 29 "additional_compile_targets": ["gn_all"],
30 "configuration": "Release", 30 "configuration": "Release",
31 "sdk": "iphoneos9.0", 31 "sdk": "iphoneos10.0",
32 "tests": [ 32 "tests": [
33 ] 33 ]
34 } 34 }
OLDNEW
« no previous file with comments | « no previous file | ios/build/bots/chromium.fyi/EarlGreyiOS.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698