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:
committed by
Commit Bot
parent
a2d60679c9
commit
5f2c0cc0ad
@ -12,7 +12,7 @@
|
||||
"use_goma=true"
|
||||
],
|
||||
"use_analyze": false,
|
||||
"additional_compile_targets": [ "all" ],
|
||||
"additional_compile_targets": [],
|
||||
"configuration": "Debug",
|
||||
"sdk": "iphonesimulator9.3",
|
||||
"tests": [
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
"use_goma=true"
|
||||
],
|
||||
"use_analyze": false,
|
||||
"additional_compile_targets": [ "all" ],
|
||||
"additional_compile_targets": [],
|
||||
"configuration": "Debug",
|
||||
"sdk": "iphonesimulator10.3",
|
||||
"tests": [
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
"use_goma=true"
|
||||
],
|
||||
"use_analyze": false,
|
||||
"additional_compile_targets": [ "all" ],
|
||||
"additional_compile_targets": [],
|
||||
"configuration": "Debug",
|
||||
"sdk": "iphonesimulator11.0",
|
||||
"tests": [
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
"use_goma=true"
|
||||
],
|
||||
"use_analyze": false,
|
||||
"additional_compile_targets": [ "all" ],
|
||||
"additional_compile_targets": [],
|
||||
"configuration": "Debug",
|
||||
"sdk": "iphonesimulator9.3",
|
||||
"tests": [
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
"use_goma=true"
|
||||
],
|
||||
"use_analyze": false,
|
||||
"additional_compile_targets": [ "all" ],
|
||||
"additional_compile_targets": [],
|
||||
"configuration": "Debug",
|
||||
"sdk": "iphoneos10.3",
|
||||
"tests": [
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
"use_goma=true"
|
||||
],
|
||||
"use_analyze": false,
|
||||
"additional_compile_targets": [ "all" ],
|
||||
"additional_compile_targets": [],
|
||||
"configuration": "Release",
|
||||
"sdk": "iphoneos10.3",
|
||||
"tests": [
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
"use_goma=true"
|
||||
],
|
||||
"use_analyze": false,
|
||||
"additional_compile_targets": [ "all" ],
|
||||
"additional_compile_targets": [],
|
||||
"configuration": "Debug",
|
||||
"sdk": "iphoneos10.3",
|
||||
"tests": [
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
"use_goma=true"
|
||||
],
|
||||
"use_analyze": false,
|
||||
"additional_compile_targets": [ "all" ],
|
||||
"additional_compile_targets": [],
|
||||
"configuration": "Release",
|
||||
"sdk": "iphoneos10.3",
|
||||
"tests": [
|
||||
|
||||
Reference in New Issue
Block a user