Commit cf26e0b5 authored by Justin Cohen's avatar Justin Cohen Committed by Commit Bot

[ios] Enable goma on Xcode10b4 xcode_clang FYI bot.

Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet
Change-Id: I60c506d9c15bce437c32c844162ec5df243bb501
Reviewed-on: https://chromium-review.googlesource.com/1142957
Commit-Queue: Justin Cohen <justincohen@chromium.org>
Reviewed-by: default avatarRohit Rao <rohitrao@chromium.org>
Cr-Commit-Position: refs/heads/master@{#576483}
parent 2b31de16
{ {
"comments": [ "comments": [
"Tests for super-fat iOS 12.0.", "Tests for iOS 12.0 beta xcode clang. Goma can be enabled for beta 4 and",
"Build is performed with gn+ninja." "the final GM, but disabled for the other betas to reduce swirl for the",
"goma team. Build is performed with gn+ninja."
], ],
"xcode build version": "10l213o", "xcode build version": "10l213o",
"use xcode build version": true, "use xcode build version": true,
...@@ -13,7 +14,8 @@ ...@@ -13,7 +14,8 @@
"symbol_level=1", "symbol_level=1",
"target_cpu=\"x64\"", "target_cpu=\"x64\"",
"target_os=\"ios\"", "target_os=\"ios\"",
"use_goma=false", "use_goma=true",
"goma_dir=\"$(goma_dir)\"",
"use_xcode_clang=true" "use_xcode_clang=true"
], ],
"env": { "env": {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment