Do not build 'all' on iOS trybots.

It seems iOS trybots are the only ones that build "all". This causes
problems when using Abseil because some targets in
//third_party/abseil-cpp fail to build (because they depend on CCTZ).

Bug: webrtc:8821
Change-Id: I017ecb0527a7e3f3c59f41053fa1878d16cbe4e9
No-Try: True
Reviewed-on: https://webrtc-review.googlesource.com/70140
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Patrik Höglund <phoglund@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#22890}
This commit is contained in:
Mirko Bonadei
2018-04-16 10:27:55 +02:00
committed by Commit Bot
parent a2d60679c9
commit 5f2c0cc0ad
8 changed files with 8 additions and 8 deletions

View File

@ -12,7 +12,7 @@
"use_goma=true"
],
"use_analyze": false,
"additional_compile_targets": [ "all" ],
"additional_compile_targets": [],
"configuration": "Debug",
"sdk": "iphonesimulator9.3",
"tests": [

View File

@ -12,7 +12,7 @@
"use_goma=true"
],
"use_analyze": false,
"additional_compile_targets": [ "all" ],
"additional_compile_targets": [],
"configuration": "Debug",
"sdk": "iphonesimulator10.3",
"tests": [

View File

@ -12,7 +12,7 @@
"use_goma=true"
],
"use_analyze": false,
"additional_compile_targets": [ "all" ],
"additional_compile_targets": [],
"configuration": "Debug",
"sdk": "iphonesimulator11.0",
"tests": [

View File

@ -12,7 +12,7 @@
"use_goma=true"
],
"use_analyze": false,
"additional_compile_targets": [ "all" ],
"additional_compile_targets": [],
"configuration": "Debug",
"sdk": "iphonesimulator9.3",
"tests": [

View File

@ -13,7 +13,7 @@
"use_goma=true"
],
"use_analyze": false,
"additional_compile_targets": [ "all" ],
"additional_compile_targets": [],
"configuration": "Debug",
"sdk": "iphoneos10.3",
"tests": [

View File

@ -14,7 +14,7 @@
"use_goma=true"
],
"use_analyze": false,
"additional_compile_targets": [ "all" ],
"additional_compile_targets": [],
"configuration": "Release",
"sdk": "iphoneos10.3",
"tests": [

View File

@ -13,7 +13,7 @@
"use_goma=true"
],
"use_analyze": false,
"additional_compile_targets": [ "all" ],
"additional_compile_targets": [],
"configuration": "Debug",
"sdk": "iphoneos10.3",
"tests": [

View File

@ -14,7 +14,7 @@
"use_goma=true"
],
"use_analyze": false,
"additional_compile_targets": [ "all" ],
"additional_compile_targets": [],
"configuration": "Release",
"sdk": "iphoneos10.3",
"tests": [