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

Unified Diff: ios/build/bots/chromium.fyi/ClangToTiOS.json

Issue 1145723003: Add bot config for ClangToTiOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: alphabetize 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/build/bots/chromium.fyi/ClangToTiOS.json
diff --git a/ios/build/bots/tryserver.chromium.mac/ios_rel_device_ninja.json b/ios/build/bots/chromium.fyi/ClangToTiOS.json
similarity index 55%
copy from ios/build/bots/tryserver.chromium.mac/ios_rel_device_ninja.json
copy to ios/build/bots/chromium.fyi/ClangToTiOS.json
index e682051748220a3cb91cf553f9bc4ae6c6179e4b..fe43015182d40ab759fd72658ed01b5b52dabdf5 100644
--- a/ios/build/bots/tryserver.chromium.mac/ios_rel_device_ninja.json
+++ b/ios/build/bots/chromium.fyi/ClangToTiOS.json
@@ -1,14 +1,17 @@
{
"owners": [
- "smut"
+ "hans"
],
"comments": [
- "Builder for fat binaries using ninja."
+ "Clang tip-of-tree builder for iOS"
],
"xcode version": "6.2",
"GYP_DEFINES": {
"chromium_ios_signing": "0",
- "target_subarch": "both"
+ "clang_use_chrome_plugins": "0",
+ "LLVM_FORCE_HEAD_REVISION": "YES",
Nico 2015/05/19 00:16:17 is this a gyp define? you need this as env var, no
hans 2015/05/19 00:19:22 You're right. I don't know what consumes this json
+ "target_subarch": "arm32",
+ "werror": ""
},
"compiler": "ninja",
"configuration": "Release",
« 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