Commit d58d1fa7 authored by Vasili Skurydzin's avatar Vasili Skurydzin Committed by Commit Bot

Fixes to V8 fetch process on AIX

Disable download of prebuild clang binaries on AIX platform when fetching
v8. Affects AIX only.

Change-Id: Ib3ed02c2cb292e4815904cbe5fedfca19c347f81
Reviewed-on: https://chromium-review.googlesource.com/919187Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Commit-Queue: Junliang Yan <jyan@ca.ibm.com>
Cr-Commit-Position: refs/heads/master@{#51407}
parent ba4ab321
......@@ -335,6 +335,8 @@ hooks = [
# Note: On Win, this should run after win_toolchain, as it may use it.
'name': 'clang',
'pattern': '.',
# clang not supported on aix
'condition': 'host_os != "aix"',
'action': ['python', 'v8/tools/clang/scripts/update.py'],
},
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment