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

Unified 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, 11 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 | ios/build/bots/chromium.fyi/EarlGreyiOS.json » ('j') | 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/chromium.fyi/ClangToTiOS.json b/ios/build/bots/chromium.fyi/ClangToTiOS.json
index b2451a4413af9f66b85d133ea0f845659dab358d..2b5ab0190981f5d034f3e493c7760951313f1016 100644
--- a/ios/build/bots/chromium.fyi/ClangToTiOS.json
+++ b/ios/build/bots/chromium.fyi/ClangToTiOS.json
@@ -1,7 +1,4 @@
{
- "owners": [
- "hans"
- ],
"comments": [
"Clang tip-of-tree builder for iOS."
],
@@ -9,6 +6,7 @@
"gn_args": [
"ios_enable_code_signing=false",
"is_component_build=false",
+ "is_debug=false",
"llvm_force_head_revision=true",
"target_cpu=\"arm\"",
"target_os=\"ios\""
@@ -19,7 +17,6 @@
"env": {
"LLVM_FORCE_HEAD_REVISION": "YES"
},
- "compiler": "ninja",
"configuration": "Release",
"sdk": "iphoneos10.0",
"tests": [
« 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