Revert "Do not build 'all' on iOS trybots."
This reverts commit 5f2c0cc0adfafa2e99fea900cd60103f8d2018c4. Reason for revert: "all" is now green. Original change's description: > 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} TBR=phoglund@webrtc.org,mbonadei@webrtc.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: webrtc:8821 Change-Id: I49014d4cc74bb84ec85f05e0e678cecf14bf5db0 Reviewed-on: https://webrtc-review.googlesource.com/72002 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22994}
This commit is contained in:

committed by
Commit Bot

parent
f394f65b71
commit
658601ed93
@ -12,7 +12,7 @@
|
||||
"use_goma=true"
|
||||
],
|
||||
"use_analyze": false,
|
||||
"additional_compile_targets": [],
|
||||
"additional_compile_targets": [ "all" ],
|
||||
"configuration": "Debug",
|
||||
"sdk": "iphonesimulator9.3",
|
||||
"tests": [
|
||||
|
@ -12,7 +12,7 @@
|
||||
"use_goma=true"
|
||||
],
|
||||
"use_analyze": false,
|
||||
"additional_compile_targets": [],
|
||||
"additional_compile_targets": [ "all" ],
|
||||
"configuration": "Debug",
|
||||
"sdk": "iphonesimulator10.3",
|
||||
"tests": [
|
||||
|
@ -12,7 +12,7 @@
|
||||
"use_goma=true"
|
||||
],
|
||||
"use_analyze": false,
|
||||
"additional_compile_targets": [],
|
||||
"additional_compile_targets": [ "all" ],
|
||||
"configuration": "Debug",
|
||||
"sdk": "iphonesimulator11.0",
|
||||
"tests": [
|
||||
|
@ -12,7 +12,7 @@
|
||||
"use_goma=true"
|
||||
],
|
||||
"use_analyze": false,
|
||||
"additional_compile_targets": [],
|
||||
"additional_compile_targets": [ "all" ],
|
||||
"configuration": "Debug",
|
||||
"sdk": "iphonesimulator9.3",
|
||||
"tests": [
|
||||
|
@ -13,7 +13,7 @@
|
||||
"use_goma=true"
|
||||
],
|
||||
"use_analyze": false,
|
||||
"additional_compile_targets": [],
|
||||
"additional_compile_targets": [ "all" ],
|
||||
"configuration": "Debug",
|
||||
"sdk": "iphoneos10.3",
|
||||
"tests": [
|
||||
|
@ -14,7 +14,7 @@
|
||||
"use_goma=true"
|
||||
],
|
||||
"use_analyze": false,
|
||||
"additional_compile_targets": [],
|
||||
"additional_compile_targets": [ "all" ],
|
||||
"configuration": "Release",
|
||||
"sdk": "iphoneos10.3",
|
||||
"tests": [
|
||||
|
@ -13,7 +13,7 @@
|
||||
"use_goma=true"
|
||||
],
|
||||
"use_analyze": false,
|
||||
"additional_compile_targets": [],
|
||||
"additional_compile_targets": [ "all" ],
|
||||
"configuration": "Debug",
|
||||
"sdk": "iphoneos10.3",
|
||||
"tests": [
|
||||
|
@ -14,7 +14,7 @@
|
||||
"use_goma=true"
|
||||
],
|
||||
"use_analyze": false,
|
||||
"additional_compile_targets": [],
|
||||
"additional_compile_targets": [ "all" ],
|
||||
"configuration": "Release",
|
||||
"sdk": "iphoneos10.3",
|
||||
"tests": [
|
||||
|
Reference in New Issue
Block a user