Do not build 'all' on iOS bots (part 2).

This is a follow-up CL to stop building 'all' on iOS bots since they
will end up building invalid Abseil build targets.

Original CL: https://webrtc-review.googlesource.com/70140.

Bug: webrtc:8821
Change-Id: I58e4dbc10377f670ce80552a9b695607b81da284
Reviewed-on: https://webrtc-review.googlesource.com/71280
Reviewed-by: Patrik Höglund <phoglund@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#22960}
This commit is contained in:
Mirko Bonadei
2018-04-19 12:17:04 -07:00
committed by Commit Bot
parent 652dc915bc
commit 1b20a3fe9d
16 changed files with 16 additions and 16 deletions

View File

@ -15,7 +15,7 @@
"MAC_TOOLCHAIN_REVISION": "8E2002-1"
},
"use_analyze": false,
"additional_compile_targets": [ "all" ],
"additional_compile_targets": [],
"configuration": "Debug",
"bucket": "chromium-webrtc",
"tests": [

View File

@ -15,7 +15,7 @@
"MAC_TOOLCHAIN_REVISION": "8E2002-1"
},
"use_analyze": false,
"additional_compile_targets": [ "all" ],
"additional_compile_targets": [],
"configuration": "Release",
"bucket": "chromium-webrtc",
"tests": [

View File

@ -16,7 +16,7 @@
"MAC_TOOLCHAIN_REVISION": "8E2002-1"
},
"use_analyze": false,
"additional_compile_targets": [ "all" ],
"additional_compile_targets": [],
"configuration": "Release",
"bucket": "chromium-webrtc",
"tests": [