Clobber iOS builders.

TBR=titovartem@webrtc.org

Bug: webrtc:11937
Change-Id: Ifca722d2e033b4a058f4e912535e622183a1165a
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/184265
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#32107}
This commit is contained in:
Mirko Bonadei 2020-09-15 21:37:46 +02:00 committed by Commit Bot
parent 986e745106
commit ae073e4433

View File

@ -55,6 +55,7 @@ def print_landmines(): # pylint: disable=invalid-name
'landing (changing rtc_executable -> rtc_test on iOS)') 'landing (changing rtc_executable -> rtc_test on iOS)')
print 'Another landmine for low_bandwidth_audio_test (webrtc:7430)' print 'Another landmine for low_bandwidth_audio_test (webrtc:7430)'
print 'Clobber to change neteq_rtpplay type to executable' print 'Clobber to change neteq_rtpplay type to executable'
print 'Clobber to remove .xctest files.'
def main(): def main():