7383f3aec4
Rolling v8/third_party/catapult: https://chromium.googlesource.com/catapult/+log/5217563..1f6ff4c
Rolling v8/third_party/depot_tools: 0d462e9..13928b7
TBR=machenbach@chromium.org,tmrts@chromium.org
Change-Id: I96c47bc1db31e06ef28e42c3d3a4fb0c166e22fe
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1994223
Reviewed-by: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/master@{#65677}
530 lines
19 KiB
Python
530 lines
19 KiB
Python
# Note: The buildbots evaluate this file with CWD set to the parent
|
|
# directory and assume that the root of the checkout is in ./v8/, so
|
|
# all paths in here must match this assumption.
|
|
|
|
gclient_gn_args_file = 'v8/build/config/gclient_args.gni'
|
|
gclient_gn_args = [
|
|
'checkout_aemu'
|
|
]
|
|
|
|
vars = {
|
|
# By Default, do not checkout AEMU, as it is too big, as is done in Chromium.
|
|
'checkout_aemu': False,
|
|
|
|
# Fetches only the SDK boot images which match at least one of the whitelist
|
|
# entries in a comma-separated list.
|
|
#
|
|
# Only the X64 and ARM64 QEMU images are downloaded by default. Developers
|
|
# that need to boot on other target architectures or devices can opt to
|
|
# download more boot images. Example of images include:
|
|
#
|
|
# Emulation:
|
|
# qemu.x64, qemu.arm64
|
|
# Hardware:
|
|
# generic.x64, generic.arm64
|
|
#
|
|
# Wildcards are supported (e.g. "qemu.*").
|
|
'checkout_fuchsia_boot_images': "qemu.x64,qemu.arm64",
|
|
|
|
'checkout_instrumented_libraries': False,
|
|
'checkout_ittapi': False,
|
|
'chromium_url': 'https://chromium.googlesource.com',
|
|
'android_url': 'https://android.googlesource.com',
|
|
'download_gcmole': False,
|
|
'download_jsfunfuzz': False,
|
|
'check_v8_header_includes': False,
|
|
|
|
# GN CIPD package version.
|
|
'gn_version': 'git_revision:a5bcbd726ac7bd342ca6ee3e3a006478fd1f00b5',
|
|
|
|
# luci-go CIPD package version.
|
|
'luci_go': 'git_revision:37a855b64d59b7f079c9a0e5368f2757099d14d3',
|
|
|
|
# Three lines of non-changing comments so that
|
|
# the commit queue can handle CLs rolling android_sdk_build-tools_version
|
|
# and whatever else without interference from each other.
|
|
'android_sdk_build-tools_version': 'n-b1Qd7iFb8qzHlr1C_jIeu070UDgO_BwePtH42UqGcC',
|
|
# Three lines of non-changing comments so that
|
|
# the commit queue can handle CLs rolling android_sdk_emulator_version
|
|
# and whatever else without interference from each other.
|
|
'android_sdk_emulator_version': 'f4WdgkPvDdVCE8zBWPzcSIj4N9WFhKp3CSKDWylXuLEC',
|
|
# Three lines of non-changing comments so that
|
|
# the commit queue can handle CLs rolling android_sdk_extras_version
|
|
# and whatever else without interference from each other.
|
|
'android_sdk_extras_version': 'ppQ4TnqDvBHQ3lXx5KPq97egzF5X2FFyOrVHkGmiTMQC',
|
|
# Three lines of non-changing comments so that
|
|
# the commit queue can handle CLs rolling android_sdk_patcher_version
|
|
# and whatever else without interference from each other.
|
|
'android_sdk_patcher_version': 'I6FNMhrXlpB-E1lOhMlvld7xt9lBVNOO83KIluXDyA0C',
|
|
# Three lines of non-changing comments so that
|
|
# the commit queue can handle CLs rolling android_sdk_platform-tools_version
|
|
# and whatever else without interference from each other.
|
|
'android_sdk_platform-tools_version': 'Jxtur3_L9RzY4q79K-AwIahwFW4oi5uYVD5URx9h62wC',
|
|
# Three lines of non-changing comments so that
|
|
# the commit queue can handle CLs rolling android_sdk_platforms_version
|
|
# and whatever else without interference from each other.
|
|
'android_sdk_platforms_version': 'yb33klKQV9UzzB-lDSsq36vzhTXOUZ2aRONBvPGwvdcC',
|
|
# Three lines of non-changing comments so that
|
|
# the commit queue can handle CLs rolling android_sdk_sources_version
|
|
# and whatever else without interference from each other.
|
|
'android_sdk_sources_version': '4gxhM8E62bvZpQs7Q3d0DinQaW0RLCIefhXrQBFkNy8C',
|
|
# Three lines of non-changing comments so that
|
|
# the commit queue can handle CLs rolling android_sdk_tools_version
|
|
# and whatever else without interference from each other.
|
|
'android_sdk_tools_version': 'wYcRQC2WHsw2dKWs4EA7fw9Qsyzu1ds1_fRjKmGxe5QC',
|
|
# Three lines of non-changing comments so that
|
|
# the commit queue can handle CLs rolling android_sdk_tools-lint_version
|
|
# and whatever else without interference from each other.
|
|
'android_sdk_tools-lint_version': '89hXqZYzCum3delB5RV7J_QyWkaRodqdtQS0s3LMh3wC',
|
|
}
|
|
|
|
deps = {
|
|
'v8/build':
|
|
Var('chromium_url') + '/chromium/src/build.git' + '@' + '6e49eefa473f1335c0e23579d70c2ab108a29e82',
|
|
'v8/third_party/depot_tools':
|
|
Var('chromium_url') + '/chromium/tools/depot_tools.git' + '@' + '13928b7e7f1a37e5e70cae53aba089f88bbbccfc',
|
|
'v8/third_party/icu':
|
|
Var('chromium_url') + '/chromium/deps/icu.git' + '@' + 'dbd3825b31041d782c5b504c59dcfb5ac7dda08c',
|
|
'v8/third_party/instrumented_libraries':
|
|
Var('chromium_url') + '/chromium/src/third_party/instrumented_libraries.git' + '@' + '4dca59c6a614b08b394ed6154a8fcded9298b07e',
|
|
'v8/buildtools':
|
|
Var('chromium_url') + '/chromium/src/buildtools.git' + '@' + '8d2132841536523249669813b928e29144d487f9',
|
|
'v8/buildtools/clang_format/script':
|
|
Var('chromium_url') + '/chromium/llvm-project/cfe/tools/clang-format.git' + '@' + '96636aa0e9f047f17447f2d45a094d0b59ed7917',
|
|
'v8/buildtools/linux64': {
|
|
'packages': [
|
|
{
|
|
'package': 'gn/gn/linux-amd64',
|
|
'version': Var('gn_version'),
|
|
}
|
|
],
|
|
'dep_type': 'cipd',
|
|
'condition': 'host_os == "linux"',
|
|
},
|
|
'v8/buildtools/mac': {
|
|
'packages': [
|
|
{
|
|
'package': 'gn/gn/mac-amd64',
|
|
'version': Var('gn_version'),
|
|
}
|
|
],
|
|
'dep_type': 'cipd',
|
|
'condition': 'host_os == "mac"',
|
|
},
|
|
'v8/buildtools/third_party/libc++/trunk':
|
|
Var('chromium_url') + '/chromium/llvm-project/libcxx.git' + '@' + '78d6a7767ed57b50122a161b91f59f19c9bd0d19',
|
|
'v8/buildtools/third_party/libc++abi/trunk':
|
|
Var('chromium_url') + '/chromium/llvm-project/libcxxabi.git' + '@' + '0d529660e32d77d9111912d73f2c74fc5fa2a858',
|
|
'v8/buildtools/third_party/libunwind/trunk':
|
|
Var('chromium_url') + '/external/llvm.org/libunwind.git' + '@' + '69d9b84cca8354117b9fe9705a4430d789ee599b',
|
|
'v8/buildtools/win': {
|
|
'packages': [
|
|
{
|
|
'package': 'gn/gn/windows-amd64',
|
|
'version': Var('gn_version'),
|
|
}
|
|
],
|
|
'dep_type': 'cipd',
|
|
'condition': 'host_os == "win"',
|
|
},
|
|
'v8/base/trace_event/common':
|
|
Var('chromium_url') + '/chromium/src/base/trace_event/common.git' + '@' + '81c050f857a0e3c960cfd87f37e3d30d2ef78718',
|
|
'v8/third_party/android_ndk': {
|
|
'url': Var('chromium_url') + '/android_ndk.git' + '@' + '27c0a8d090c666a50e40fceb4ee5b40b1a2d3f87',
|
|
'condition': 'checkout_android',
|
|
},
|
|
'v8/third_party/android_sdk/public': {
|
|
'packages': [
|
|
{
|
|
'package': 'chromium/third_party/android_sdk/public/build-tools/29.0.2',
|
|
'version': Var('android_sdk_build-tools_version'),
|
|
},
|
|
{
|
|
'package': 'chromium/third_party/android_sdk/public/emulator',
|
|
'version': Var('android_sdk_emulator_version'),
|
|
},
|
|
{
|
|
'package': 'chromium/third_party/android_sdk/public/extras',
|
|
'version': Var('android_sdk_extras_version'),
|
|
},
|
|
{
|
|
'package': 'chromium/third_party/android_sdk/public/patcher',
|
|
'version': Var('android_sdk_patcher_version'),
|
|
},
|
|
{
|
|
'package': 'chromium/third_party/android_sdk/public/platform-tools',
|
|
'version': Var('android_sdk_platform-tools_version'),
|
|
},
|
|
{
|
|
'package': 'chromium/third_party/android_sdk/public/platforms/android-29',
|
|
'version': Var('android_sdk_platforms_version'),
|
|
},
|
|
{
|
|
'package': 'chromium/third_party/android_sdk/public/sources/android-29',
|
|
'version': Var('android_sdk_sources_version'),
|
|
},
|
|
{
|
|
'package': 'chromium/third_party/android_sdk/public/tools',
|
|
'version': Var('android_sdk_tools_version'),
|
|
},
|
|
{
|
|
'package': 'chromium/third_party/android_sdk/public/tools-lint',
|
|
'version': Var('android_sdk_tools-lint_version'),
|
|
},
|
|
],
|
|
'condition': 'checkout_android',
|
|
'dep_type': 'cipd',
|
|
},
|
|
'v8/third_party/catapult': {
|
|
'url': Var('chromium_url') + '/catapult.git' + '@' + '1f6ff4c2bb48ae54259ed498e453235542066531',
|
|
'condition': 'checkout_android',
|
|
},
|
|
'v8/third_party/colorama/src': {
|
|
'url': Var('chromium_url') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8',
|
|
'condition': 'checkout_android',
|
|
},
|
|
'v8/third_party/fuchsia-sdk': {
|
|
'url': Var('chromium_url') + '/chromium/src/third_party/fuchsia-sdk.git' + '@' + '9a6352a06c4596b513246ae817f05de25cf4343e',
|
|
'condition': 'checkout_fuchsia',
|
|
},
|
|
'v8/third_party/googletest/src':
|
|
Var('chromium_url') + '/external/github.com/google/googletest.git' + '@' + '5395345ca4f0c596110188688ed990e0de5a181c',
|
|
'v8/third_party/jinja2':
|
|
Var('chromium_url') + '/chromium/src/third_party/jinja2.git' + '@' + 'b41863e42637544c2941b574c7877d3e1f663e25',
|
|
'v8/third_party/markupsafe':
|
|
Var('chromium_url') + '/chromium/src/third_party/markupsafe.git' + '@' + '8f45f5cfa0009d2a70589bcda0349b8cb2b72783',
|
|
'v8/tools/swarming_client':
|
|
Var('chromium_url') + '/infra/luci/client-py.git' + '@' + '885b3febcc170a60f25795304e60927b77d1e92d',
|
|
'v8/test/benchmarks/data':
|
|
Var('chromium_url') + '/v8/deps/third_party/benchmarks.git' + '@' + '05d7188267b4560491ff9155c5ee13e207ecd65f',
|
|
'v8/test/mozilla/data':
|
|
Var('chromium_url') + '/v8/deps/third_party/mozilla-tests.git' + '@' + 'f6c578a10ea707b1a8ab0b88943fe5115ce2b9be',
|
|
'v8/test/test262/data':
|
|
Var('chromium_url') + '/external/github.com/tc39/test262.git' + '@' + '31f1bb5a75347351b7b00c2463158932fe0eb6c6',
|
|
'v8/test/test262/harness':
|
|
Var('chromium_url') + '/external/github.com/test262-utils/test262-harness-py.git' + '@' + '4555345a943d0c99a9461182705543fb171dda4b',
|
|
'v8/third_party/qemu-linux-x64': {
|
|
'packages': [
|
|
{
|
|
'package': 'fuchsia/qemu/linux-amd64',
|
|
'version': '9cc486c5b18a0be515c39a280ca9a309c54cf994'
|
|
},
|
|
],
|
|
'condition': 'host_os == "linux" and checkout_fuchsia',
|
|
'dep_type': 'cipd',
|
|
},
|
|
'v8/third_party/qemu-mac-x64': {
|
|
'packages': [
|
|
{
|
|
'package': 'fuchsia/qemu/mac-amd64',
|
|
'version': '2d3358ae9a569b2d4a474f498b32b202a152134f'
|
|
},
|
|
],
|
|
'condition': 'host_os == "mac" and checkout_fuchsia',
|
|
'dep_type': 'cipd',
|
|
},
|
|
'v8/tools/clang':
|
|
Var('chromium_url') + '/chromium/src/tools/clang.git' + '@' + '86eb8049803a2e3365c37c88299b6315fd6e068c',
|
|
'v8/tools/luci-go': {
|
|
'packages': [
|
|
{
|
|
'package': 'infra/tools/luci/isolate/${{platform}}',
|
|
'version': Var('luci_go'),
|
|
},
|
|
{
|
|
'package': 'infra/tools/luci/isolated/${{platform}}',
|
|
'version': Var('luci_go'),
|
|
},
|
|
{
|
|
'package': 'infra/tools/luci/swarming/${{platform}}',
|
|
'version': Var('luci_go'),
|
|
},
|
|
],
|
|
'condition': 'host_cpu != "s390"',
|
|
'dep_type': 'cipd',
|
|
},
|
|
'v8/tools/clang/dsymutil': {
|
|
'packages': [
|
|
{
|
|
'package': 'chromium/llvm-build-tools/dsymutil',
|
|
'version': 'M56jPzDv1620Rnm__jTMYS62Zi8rxHVq7yw0qeBFEgkC',
|
|
}
|
|
],
|
|
'condition': 'checkout_mac',
|
|
'dep_type': 'cipd',
|
|
},
|
|
'v8/third_party/perfetto':
|
|
Var('android_url') + '/platform/external/perfetto.git' + '@' + '12dc10e0278cded35205cf84f80a821348cb6c56',
|
|
'v8/third_party/protobuf':
|
|
Var('chromium_url') + '/external/github.com/google/protobuf'+ '@' + 'b68a347f56137b4b1a746e8c7438495a6ac1bd91',
|
|
'v8/third_party/zlib':
|
|
Var('chromium_url') + '/chromium/src/third_party/zlib.git'+ '@' + '814da1f383b625955149c3845db62af3f29a4ffe',
|
|
'v8/third_party/ittapi': {
|
|
# Force checkout ittapi libraries to pass v8 header includes check on
|
|
# bots that has check_v8_header_includes enabled.
|
|
'url': Var('chromium_url') + '/external/github.com/intel/ittapi' + '@' + 'b4ae0122ba749163096058b4f1bb065bf4a7de94',
|
|
'condition': "checkout_ittapi or check_v8_header_includes",
|
|
},
|
|
}
|
|
|
|
include_rules = [
|
|
# Everybody can use some things.
|
|
'+include',
|
|
'+unicode',
|
|
'+third_party/fdlibm',
|
|
'+third_party/ittapi/include'
|
|
]
|
|
|
|
# checkdeps.py shouldn't check for includes in these directories:
|
|
skip_child_includes = [
|
|
'build',
|
|
'third_party',
|
|
]
|
|
|
|
hooks = [
|
|
{
|
|
# Ensure that the DEPS'd "depot_tools" has its self-update capability
|
|
# disabled.
|
|
'name': 'disable_depot_tools_selfupdate',
|
|
'pattern': '.',
|
|
'action': [
|
|
'python',
|
|
'v8/third_party/depot_tools/update_depot_tools_toggle.py',
|
|
'--disable',
|
|
],
|
|
},
|
|
{
|
|
# This clobbers when necessary (based on get_landmines.py). It must be the
|
|
# first hook so that other things that get/generate into the output
|
|
# directory will not subsequently be clobbered.
|
|
'name': 'landmines',
|
|
'pattern': '.',
|
|
'action': [
|
|
'python',
|
|
'v8/build/landmines.py',
|
|
'--landmine-scripts',
|
|
'v8/tools/get_landmines.py',
|
|
],
|
|
},
|
|
# Pull clang-format binaries using checked-in hashes.
|
|
{
|
|
'name': 'clang_format_win',
|
|
'pattern': '.',
|
|
'condition': 'host_os == "win"',
|
|
'action': [ 'download_from_google_storage',
|
|
'--no_resume',
|
|
'--platform=win32',
|
|
'--no_auth',
|
|
'--bucket', 'chromium-clang-format',
|
|
'-s', 'v8/buildtools/win/clang-format.exe.sha1',
|
|
],
|
|
},
|
|
{
|
|
'name': 'clang_format_mac',
|
|
'pattern': '.',
|
|
'condition': 'host_os == "mac"',
|
|
'action': [ 'download_from_google_storage',
|
|
'--no_resume',
|
|
'--platform=darwin',
|
|
'--no_auth',
|
|
'--bucket', 'chromium-clang-format',
|
|
'-s', 'v8/buildtools/mac/clang-format.sha1',
|
|
],
|
|
},
|
|
{
|
|
'name': 'clang_format_linux',
|
|
'pattern': '.',
|
|
'condition': 'host_os == "linux"',
|
|
'action': [ 'download_from_google_storage',
|
|
'--no_resume',
|
|
'--platform=linux*',
|
|
'--no_auth',
|
|
'--bucket', 'chromium-clang-format',
|
|
'-s', 'v8/buildtools/linux64/clang-format.sha1',
|
|
],
|
|
},
|
|
{
|
|
'name': 'gcmole',
|
|
'pattern': '.',
|
|
'condition': 'download_gcmole',
|
|
'action': [ 'download_from_google_storage',
|
|
'--bucket', 'chrome-v8-gcmole',
|
|
'-u', '--no_resume',
|
|
'-s', 'v8/tools/gcmole/gcmole-tools.tar.gz.sha1',
|
|
'--platform=linux*',
|
|
],
|
|
},
|
|
{
|
|
'name': 'jsfunfuzz',
|
|
'pattern': '.',
|
|
'condition': 'download_jsfunfuzz',
|
|
'action': [ 'download_from_google_storage',
|
|
'--bucket', 'chrome-v8-jsfunfuzz',
|
|
'-u', '--no_resume',
|
|
'-s', 'v8/tools/jsfunfuzz/jsfunfuzz.tar.gz.sha1',
|
|
'--platform=linux*',
|
|
],
|
|
},
|
|
{
|
|
'name': 'wasm_spec_tests',
|
|
'pattern': '.',
|
|
'action': [ 'download_from_google_storage',
|
|
'--no_resume',
|
|
'--no_auth',
|
|
'-u',
|
|
'--bucket', 'v8-wasm-spec-tests',
|
|
'-s', 'v8/test/wasm-spec-tests/tests.tar.gz.sha1',
|
|
],
|
|
},
|
|
{
|
|
'name': 'wasm_js',
|
|
'pattern': '.',
|
|
'action': [ 'download_from_google_storage',
|
|
'--no_resume',
|
|
'--no_auth',
|
|
'-u',
|
|
'--bucket', 'v8-wasm-spec-tests',
|
|
'-s', 'v8/test/wasm-js/tests.tar.gz.sha1',
|
|
],
|
|
},
|
|
{
|
|
'name': 'sysroot_arm',
|
|
'pattern': '.',
|
|
'condition': '(checkout_linux and checkout_arm)',
|
|
'action': ['python', 'v8/build/linux/sysroot_scripts/install-sysroot.py',
|
|
'--arch=arm'],
|
|
},
|
|
{
|
|
'name': 'sysroot_arm64',
|
|
'pattern': '.',
|
|
'condition': '(checkout_linux and checkout_arm64)',
|
|
'action': ['python', 'v8/build/linux/sysroot_scripts/install-sysroot.py',
|
|
'--arch=arm64'],
|
|
},
|
|
{
|
|
'name': 'sysroot_x86',
|
|
'pattern': '.',
|
|
'condition': '(checkout_linux and (checkout_x86 or checkout_x64))',
|
|
'action': ['python', 'v8/build/linux/sysroot_scripts/install-sysroot.py',
|
|
'--arch=x86'],
|
|
},
|
|
{
|
|
'name': 'sysroot_x64',
|
|
'pattern': '.',
|
|
'condition': 'checkout_linux and checkout_x64',
|
|
'action': ['python', 'v8/build/linux/sysroot_scripts/install-sysroot.py',
|
|
'--arch=x64'],
|
|
},
|
|
{
|
|
'name': 'msan_chained_origins',
|
|
'pattern': '.',
|
|
'condition': 'checkout_instrumented_libraries',
|
|
'action': [ 'download_from_google_storage',
|
|
'--no_resume',
|
|
'--no_auth',
|
|
'--bucket', 'chromium-instrumented-libraries',
|
|
'-s', 'v8/third_party/instrumented_libraries/binaries/msan-chained-origins-trusty.tgz.sha1',
|
|
],
|
|
},
|
|
{
|
|
'name': 'msan_no_origins',
|
|
'pattern': '.',
|
|
'condition': 'checkout_instrumented_libraries',
|
|
'action': [ 'download_from_google_storage',
|
|
'--no_resume',
|
|
'--no_auth',
|
|
'--bucket', 'chromium-instrumented-libraries',
|
|
'-s', 'v8/third_party/instrumented_libraries/binaries/msan-no-origins-trusty.tgz.sha1',
|
|
],
|
|
},
|
|
{
|
|
# Update the Windows toolchain if necessary.
|
|
'name': 'win_toolchain',
|
|
'pattern': '.',
|
|
'condition': 'checkout_win',
|
|
'action': ['python', 'v8/build/vs_toolchain.py', 'update'],
|
|
},
|
|
{
|
|
# Update the Mac toolchain if necessary.
|
|
'name': 'mac_toolchain',
|
|
'pattern': '.',
|
|
'condition': 'checkout_mac',
|
|
'action': ['python', 'v8/build/mac_toolchain.py'],
|
|
},
|
|
# Pull binutils for linux, enabled debug fission for faster linking /
|
|
# debugging when used with clang on Ubuntu Precise.
|
|
# https://code.google.com/p/chromium/issues/detail?id=352046
|
|
{
|
|
'name': 'binutils',
|
|
'pattern': 'v8/third_party/binutils',
|
|
'condition': 'host_os == "linux"',
|
|
'action': [
|
|
'python',
|
|
'v8/third_party/binutils/download.py',
|
|
],
|
|
},
|
|
{
|
|
# 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'],
|
|
},
|
|
{
|
|
# Update LASTCHANGE.
|
|
'name': 'lastchange',
|
|
'pattern': '.',
|
|
'action': ['python', 'v8/build/util/lastchange.py',
|
|
'-o', 'v8/build/util/LASTCHANGE'],
|
|
},
|
|
{
|
|
'name': 'fuchsia_sdk',
|
|
'pattern': '.',
|
|
'condition': 'checkout_fuchsia',
|
|
'action': [
|
|
'python',
|
|
'v8/build/fuchsia/update_sdk.py',
|
|
'--boot-images={checkout_fuchsia_boot_images}',
|
|
],
|
|
},
|
|
{
|
|
# Mac doesn't use lld so it's not included in the default clang bundle
|
|
# there. However, lld is need in Fuchsia cross builds, so
|
|
# download it there.
|
|
# Should run after the clang hook.
|
|
'name': 'lld/mac',
|
|
'pattern': '.',
|
|
'condition': 'host_os == "mac" and checkout_fuchsia',
|
|
'action': ['python', 'v8/tools/clang/scripts/update.py',
|
|
'--package=lld_mac'],
|
|
},
|
|
{
|
|
# Mac does not have llvm-objdump, download it for cross builds in Fuchsia.
|
|
'name': 'llvm-objdump',
|
|
'pattern': '.',
|
|
'condition': 'host_os == "mac" and checkout_fuchsia',
|
|
'action': ['python', 'v8/tools/clang/scripts/update.py',
|
|
'--package=objdump'],
|
|
},
|
|
# Download and initialize "vpython" VirtualEnv environment packages.
|
|
{
|
|
'name': 'vpython_common',
|
|
'pattern': '.',
|
|
'condition': 'checkout_android',
|
|
'action': [ 'vpython',
|
|
'-vpython-spec', 'v8/.vpython',
|
|
'-vpython-tool', 'install',
|
|
],
|
|
},
|
|
{
|
|
'name': 'check_v8_header_includes',
|
|
'pattern': '.',
|
|
'condition': 'check_v8_header_includes',
|
|
'action': [
|
|
'python',
|
|
'v8/tools/generate-header-include-checks.py',
|
|
],
|
|
},
|
|
]
|