[build] Don't attempt to use hermetic toolchain on iOS

iOS still uses the recipe-side toolchain, so calling the mac_toolchain
script on src-side is useless in iOS checkouts.

Bug: chromium:986701
Change-Id: I1252d01088eca69e6b465c30856f9434eea99aab
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1725612
Reviewed-by: Tamer Tas <tmrts@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#62989}
This commit is contained in:
Michael Achenbach 2019-07-30 08:57:19 +02:00 committed by Commit Bot
parent a6dd7f1c98
commit 32afdd6cde

2
DEPS
View File

@ -414,7 +414,7 @@ hooks = [
# Update the Mac toolchain if necessary.
'name': 'mac_toolchain',
'pattern': '.',
'condition': 'checkout_ios or checkout_mac',
'condition': 'checkout_mac',
'action': ['python', 'v8/build/mac_toolchain.py'],
},
# Pull binutils for linux, enabled debug fission for faster linking /