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

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

Issue 2659123003: Remove compiler field from iOS bot configs, ensure gn_args match configuration (Closed)
Patch Set: Created 3 years, 10 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": [
3 "hans"
4 ],
5 "comments": [ 2 "comments": [
6 "Clang tip-of-tree builder for iOS." 3 "Clang tip-of-tree builder for iOS."
7 ], 4 ],
8 "xcode version": "8.0", 5 "xcode version": "8.0",
9 "gn_args": [ 6 "gn_args": [
10 "ios_enable_code_signing=false", 7 "ios_enable_code_signing=false",
11 "is_component_build=false", 8 "is_component_build=false",
9 "is_debug=false",
12 "llvm_force_head_revision=true", 10 "llvm_force_head_revision=true",
13 "target_cpu=\"arm\"", 11 "target_cpu=\"arm\"",
14 "target_os=\"ios\"" 12 "target_os=\"ios\""
15 ], 13 ],
16 "additional_compile_targets": [ 14 "additional_compile_targets": [
17 "all" 15 "all"
18 ], 16 ],
19 "env": { 17 "env": {
20 "LLVM_FORCE_HEAD_REVISION": "YES" 18 "LLVM_FORCE_HEAD_REVISION": "YES"
21 }, 19 },
22 "compiler": "ninja",
23 "configuration": "Release", 20 "configuration": "Release",
24 "sdk": "iphoneos10.0", 21 "sdk": "iphoneos10.0",
25 "tests": [ 22 "tests": [
26 ] 23 ]
27 } 24 }
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