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:
committed by
Commit Bot
parent
652dc915bc
commit
1b20a3fe9d
@ -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": [
|
||||
|
||||
@ -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": [
|
||||
|
||||
@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user