use_lld=false for xcode bot.

lld requires llvm-ar which is not present in the xcode toolchain.

Bug: b/200179635
Change-Id: I3fb23d2ba9e03d9cc6f595f0c5d1ed410afae9f4
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/232328
Reviewed-by: Artem Titov <titovartem@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#35038}
This commit is contained in:
Mirko Bonadei 2021-09-19 12:37:28 +02:00 committed by WebRTC LUCI CQ
parent d92f8a86b3
commit bc7666be51

View file

@ -160,7 +160,7 @@ def BuildWebRTC(output_dir, target_environment, target_arch, flavor,
gn_args = [
'target_os="ios"', 'ios_enable_code_signing=false',
'use_xcode_clang=true', 'is_component_build=false',
'rtc_include_tests=false',
'rtc_include_tests=false', 'use_lld=false',
]
# Add flavor option.