cb30adae59
Rolling v8/build:7e7c21a..2cf254f
Rolling v8/buildtools:9174abb..ca6213a
Rolling v8/buildtools/linux64: git_revision:cc28efe62ef0c2fb32455f414a29c4a55bb7fbc4..git_revision:b9c6c19be95a3863e02f00f1fe403b2502e345b6 Rolling v8/buildtools/third_party/libc++/trunk:2e91997..e6caea4
Rolling v8/buildtools/third_party/libc++abi/trunk:db2a783..685c4ad
Rolling v8/buildtools/third_party/libunwind/trunk:08ebcbe..1111799
Rolling v8/third_party/android_platform:04b3350..1bf9b93
Rolling v8/third_party/catapult: https://chromium.googlesource.com/catapult/+log/ff03621..98d333e Rolling v8/third_party/depot_tools:a724859..77e64ae
Rolling v8/third_party/fuchsia-sdk/sdk: version:9.20220919.2.1..version:10.20221017.2.1 Rolling v8/third_party/instrumented_libraries:e09c4b6..26f2d29
Rolling v8/tools/clang:a5e0d72..2619cde
Rolling v8/tools/luci-go: git_revision:20c50aa39686d91330c2daceccaa4ef1a0a72ee4..git_revision:9f65ffe719f73af390727d369b342c22fa37ea54 Rolling v8/tools/luci-go: git_revision:20c50aa39686d91330c2daceccaa4ef1a0a72ee4..git_revision:9f65ffe719f73af390727d369b342c22fa37ea54 Change-Id: Ie07081ffa0b5c8512313ab1ba1915788c2a2e5bc Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3961032 Commit-Queue: Michael Achenbach <machenbach@chromium.org> Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#83773}
619 lines
23 KiB
Python
619 lines
23 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.
|
|
|
|
use_relative_paths = True
|
|
|
|
gclient_gn_args_file = 'build/config/gclient_args.gni'
|
|
gclient_gn_args = [
|
|
]
|
|
|
|
vars = {
|
|
# Fetches only the SDK boot images which match at least one of the whitelist
|
|
# entries in a comma-separated list.
|
|
#
|
|
# Available images:
|
|
# Emulation:
|
|
# - qemu.x64 (pulls terminal.qemu-x64-release)
|
|
# - qemu.arm64 (pulls terminal.qemu-arm64-release)
|
|
# - workstation.qemu-x64-release
|
|
# Hardware:
|
|
# - generic.x64 (pulls terminal.x64-debug)
|
|
# - generic.arm64 (pulls terminal.arm64-debug)
|
|
# - chromebook.x64 (pulls terminal.chromebook-x64-debug)
|
|
#
|
|
# Since the images are hundreds of MB, default to only downloading the image
|
|
# most commonly useful for developers. Bots and developers that need to use
|
|
# other images (e.g., qemu.arm64) can override this with additional images.
|
|
'checkout_fuchsia_boot_images': "qemu.x64",
|
|
|
|
'checkout_instrumented_libraries': False,
|
|
'checkout_ittapi': False,
|
|
# Fetch clang-tidy into the same bin/ directory as our clang binary.
|
|
'checkout_clang_tidy': False,
|
|
'chromium_url': 'https://chromium.googlesource.com',
|
|
'android_url': 'https://android.googlesource.com',
|
|
'download_gcmole': False,
|
|
'download_jsfunfuzz': False,
|
|
'download_prebuilt_bazel': False,
|
|
'check_v8_header_includes': False,
|
|
'checkout_reclient': False,
|
|
|
|
# By default, download the fuchsia sdk from the public sdk directory.
|
|
'fuchsia_sdk_cipd_prefix': 'fuchsia/sdk/gn/',
|
|
|
|
# reclient CIPD package version
|
|
'reclient_version': 're_client_version:0.69.0.458df98-gomaip',
|
|
|
|
# GN CIPD package version.
|
|
'gn_version': 'git_revision:b9c6c19be95a3863e02f00f1fe403b2502e345b6',
|
|
|
|
# ninja CIPD package version
|
|
# https://chrome-infra-packages.appspot.com/p/infra/3pp/tools/ninja
|
|
'ninja_version': 'version:2@1.8.2.chromium.3',
|
|
|
|
# luci-go CIPD package version.
|
|
'luci_go': 'git_revision:9f65ffe719f73af390727d369b342c22fa37ea54',
|
|
|
|
# Three lines of non-changing comments so that
|
|
# the commit queue can handle CLs rolling Fuchsia sdk
|
|
# and whatever else without interference from each other.
|
|
'fuchsia_version': 'version:10.20221017.2.1',
|
|
|
|
# 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': '-VRKr36Uw8L_iFqqo9nevIBgNMggND5iWxjidyjnCgsC',
|
|
# 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': '9lGp8nTUCRRWGMnI_96HcKfzjnxEJKUcfvfwmA3wXNkC',
|
|
# 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': 'bY55nDqO6FAm6FkGIj09sh2KW9oqAkCGKjYok5nUvBMC',
|
|
# 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': 'RSI3iwryh7URLGRgJHsCvUxj092woTPnKt4pwFcJ6L8C',
|
|
# 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': 'eo5KvW6UVor92LwZai8Zulc624BQZoCu-yn7wa1z_YcC',
|
|
# 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': 'qfTSF99e29-w3eIVPpfcif0Em5etyvxuicTDTntWHQMC',
|
|
# 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_cmdline-tools_version': 'IPzAG-uU5zVMxohpg9-7-N0tQC1TCSW1VbrBFw7Ld04C',
|
|
}
|
|
|
|
deps = {
|
|
'base/trace_event/common':
|
|
Var('chromium_url') + '/chromium/src/base/trace_event/common.git' + '@' + '521ac34ebd795939c7e16b37d9d3ddb40e8ed556',
|
|
'build':
|
|
Var('chromium_url') + '/chromium/src/build.git' + '@' + '2cf254f018ff21ecffb42da96ea818eff3afb980',
|
|
'buildtools':
|
|
Var('chromium_url') + '/chromium/src/buildtools.git' + '@' + 'ca6213a9de4f77e18219d822e1574bf40354da13',
|
|
'buildtools/clang_format/script':
|
|
Var('chromium_url') + '/external/github.com/llvm/llvm-project/clang/tools/clang-format.git' + '@' + '8b525d2747f2584fc35d8c7e612e66f377858df7',
|
|
'buildtools/linux64': {
|
|
'packages': [
|
|
{
|
|
'package': 'gn/gn/linux-${{arch}}',
|
|
'version': Var('gn_version'),
|
|
}
|
|
],
|
|
'dep_type': 'cipd',
|
|
'condition': 'host_os == "linux" and host_cpu != "s390" and host_cpu != "ppc"',
|
|
},
|
|
'buildtools/mac': {
|
|
'packages': [
|
|
{
|
|
'package': 'gn/gn/mac-${{arch}}',
|
|
'version': Var('gn_version'),
|
|
}
|
|
],
|
|
'dep_type': 'cipd',
|
|
'condition': 'host_os == "mac"',
|
|
},
|
|
'buildtools/third_party/libc++/trunk':
|
|
Var('chromium_url') + '/external/github.com/llvm/llvm-project/libcxx.git' + '@' + 'e6caea47f873bd039e10e3e178112225a0d959fa',
|
|
'buildtools/third_party/libc++abi/trunk':
|
|
Var('chromium_url') + '/external/github.com/llvm/llvm-project/libcxxabi.git' + '@' + '685c4ad257da543bdf9e3a391c28b3e4ac1f8aac',
|
|
'buildtools/third_party/libunwind/trunk':
|
|
Var('chromium_url') + '/external/github.com/llvm/llvm-project/libunwind.git' + '@' + '1111799723f6a003e6f52202b9bf84387c552081',
|
|
'buildtools/win': {
|
|
'packages': [
|
|
{
|
|
'package': 'gn/gn/windows-amd64',
|
|
'version': Var('gn_version'),
|
|
}
|
|
],
|
|
'dep_type': 'cipd',
|
|
'condition': 'host_os == "win"',
|
|
},
|
|
'buildtools/reclient': {
|
|
'packages': [
|
|
{
|
|
'package': 'infra/rbe/client/${{platform}}',
|
|
'version': Var('reclient_version'),
|
|
}
|
|
],
|
|
'dep_type': 'cipd',
|
|
'condition': '(host_os == "linux" or host_os == "mac" or host_os == "win") and checkout_reclient',
|
|
},
|
|
'test/benchmarks/data':
|
|
Var('chromium_url') + '/v8/deps/third_party/benchmarks.git' + '@' + '05d7188267b4560491ff9155c5ee13e207ecd65f',
|
|
'test/mozilla/data':
|
|
Var('chromium_url') + '/v8/deps/third_party/mozilla-tests.git' + '@' + 'f6c578a10ea707b1a8ab0b88943fe5115ce2b9be',
|
|
'test/test262/data':
|
|
Var('chromium_url') + '/external/github.com/tc39/test262.git' + '@' + '58b7a2358286b918efd38eac4b2facbc8ada1206',
|
|
'third_party/android_ndk': {
|
|
'url': Var('chromium_url') + '/android_ndk.git' + '@' + '8388a2be5421311dc75c5f937aae13d821a27f3d',
|
|
'condition': 'checkout_android',
|
|
},
|
|
'third_party/android_platform': {
|
|
'url': Var('chromium_url') + '/chromium/src/third_party/android_platform.git' + '@' + '1bf9b932433ebb78828bf3c8cd0ccc86b9ef4787',
|
|
'condition': 'checkout_android',
|
|
},
|
|
'third_party/android_sdk/public': {
|
|
'packages': [
|
|
{
|
|
'package': 'chromium/third_party/android_sdk/public/build-tools/33.0.0',
|
|
'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-33',
|
|
'version': Var('android_sdk_platforms_version'),
|
|
},
|
|
{
|
|
'package': 'chromium/third_party/android_sdk/public/sources/android-30',
|
|
'version': Var('android_sdk_sources_version'),
|
|
},
|
|
{
|
|
'package': 'chromium/third_party/android_sdk/public/cmdline-tools',
|
|
'version': Var('android_sdk_cmdline-tools_version'),
|
|
},
|
|
],
|
|
'condition': 'checkout_android',
|
|
'dep_type': 'cipd',
|
|
},
|
|
'third_party/catapult': {
|
|
'url': Var('chromium_url') + '/catapult.git' + '@' + '98d333e8aebd9658a465e71e51214072b0ac205e',
|
|
'condition': 'checkout_android',
|
|
},
|
|
'third_party/colorama/src': {
|
|
'url': Var('chromium_url') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8',
|
|
'condition': 'checkout_android',
|
|
},
|
|
'third_party/depot_tools':
|
|
Var('chromium_url') + '/chromium/tools/depot_tools.git' + '@' + '77e64ae61ebda9e20f1eee461149e601c65b0a8f',
|
|
'third_party/fuchsia-sdk/sdk': {
|
|
'packages': [
|
|
{
|
|
'package': Var('fuchsia_sdk_cipd_prefix') + '${{platform}}',
|
|
'version': Var('fuchsia_version'),
|
|
},
|
|
],
|
|
'condition': 'checkout_fuchsia',
|
|
'dep_type': 'cipd',
|
|
},
|
|
'third_party/google_benchmark/src': {
|
|
'url': Var('chromium_url') + '/external/github.com/google/benchmark.git' + '@' + 'e8baf2622591569a27615b31372d1e9cc046af10',
|
|
},
|
|
'third_party/googletest/src':
|
|
Var('chromium_url') + '/external/github.com/google/googletest.git' + '@' + 'af29db7ec28d6df1c7f0f745186884091e602e07',
|
|
'third_party/icu':
|
|
Var('chromium_url') + '/chromium/deps/icu.git' + '@' + 'da07448619763d1cde255b361324242646f5b268',
|
|
'third_party/instrumented_libraries':
|
|
Var('chromium_url') + '/chromium/src/third_party/instrumented_libraries.git' + '@' + '26f2d29f7592290d72d45808aa621dd92f15b5d4',
|
|
'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' + '@' + 'a3911fff01a775023a06af8754f9ec1e5977dd97',
|
|
'condition': "checkout_ittapi or check_v8_header_includes",
|
|
},
|
|
'third_party/jinja2':
|
|
Var('chromium_url') + '/chromium/src/third_party/jinja2.git' + '@' + 'ee69aa00ee8536f61db6a451f3858745cf587de6',
|
|
'third_party/jsoncpp/source':
|
|
Var('chromium_url') + '/external/github.com/open-source-parsers/jsoncpp.git'+ '@' + '42e892d96e47b1f6e29844cc705e148ec4856448',
|
|
'third_party/logdog/logdog':
|
|
Var('chromium_url') + '/infra/luci/luci-py/client/libs/logdog' + '@' + '0b2078a90f7a638d576b3a7c407d136f2fb62399',
|
|
'third_party/markupsafe':
|
|
Var('chromium_url') + '/chromium/src/third_party/markupsafe.git' + '@' + '1b882ef6372b58bfd55a3285f37ed801be9137cd',
|
|
'third_party/ninja': {
|
|
'packages': [
|
|
{
|
|
'package': 'infra/3pp/tools/ninja/${{platform}}',
|
|
'version': Var('ninja_version'),
|
|
}
|
|
],
|
|
'dep_type': 'cipd',
|
|
},
|
|
'third_party/perfetto':
|
|
Var('android_url') + '/platform/external/perfetto.git' + '@' + '0eba417b2c72264fa825dc21067b9adc9b8adf70',
|
|
'third_party/protobuf':
|
|
Var('chromium_url') + '/external/github.com/google/protobuf'+ '@' + '6a59a2ad1f61d9696092f79b6d74368b4d7970a3',
|
|
'third_party/requests': {
|
|
'url': Var('chromium_url') + '/external/github.com/kennethreitz/requests.git' + '@' + 'refs/tags/v2.23.0',
|
|
'condition': 'checkout_android',
|
|
},
|
|
'third_party/zlib':
|
|
Var('chromium_url') + '/chromium/src/third_party/zlib.git'+ '@' + 'd689fca54d7b43154f7cf77f785d19f2628fa133',
|
|
'tools/clang':
|
|
Var('chromium_url') + '/chromium/src/tools/clang.git' + '@' + '2619cde247bf037c2afa19b0913cccddac12ccbd',
|
|
'tools/luci-go': {
|
|
'packages': [
|
|
{
|
|
'package': 'infra/tools/luci/isolate/${{platform}}',
|
|
'version': Var('luci_go'),
|
|
},
|
|
{
|
|
'package': 'infra/tools/luci/swarming/${{platform}}',
|
|
'version': Var('luci_go'),
|
|
},
|
|
],
|
|
'condition': 'host_cpu != "s390" and host_os != "aix"',
|
|
'dep_type': 'cipd',
|
|
},
|
|
}
|
|
|
|
include_rules = [
|
|
# Everybody can use some things.
|
|
'+include',
|
|
'+unicode',
|
|
'+third_party/fdlibm',
|
|
'+third_party/ittapi/include',
|
|
# Abseil features are allow-listed. Please use your best judgement when adding
|
|
# to this set -- if in doubt, email v8-dev@. For general guidance, refer to
|
|
# the Chromium guidelines (though note that some requirements in V8 may be
|
|
# different to Chromium's):
|
|
# https://chromium.googlesource.com/chromium/src/+/main/styleguide/c++/c++11.md
|
|
'+absl/types/optional.h',
|
|
'+absl/types/variant.h',
|
|
'+absl/status',
|
|
# Some abseil features are explicitly banned.
|
|
'-absl/types/any.h', # Requires RTTI.
|
|
'-absl/types/flags', # Requires RTTI.
|
|
]
|
|
|
|
# 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': [
|
|
'python3',
|
|
'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': [
|
|
'python3',
|
|
'build/landmines.py',
|
|
'--landmine-scripts',
|
|
'tools/get_landmines.py',
|
|
],
|
|
},
|
|
{
|
|
'name': 'bazel',
|
|
'pattern': '.',
|
|
'condition': 'download_prebuilt_bazel',
|
|
'action': [ 'python3',
|
|
'third_party/depot_tools/download_from_google_storage.py',
|
|
'--bucket', 'chromium-v8-prebuilt-bazel/linux',
|
|
'--no_resume',
|
|
'-s', 'tools/bazel/bazel.sha1',
|
|
'--platform=linux*',
|
|
],
|
|
},
|
|
# Pull dsymutil binaries using checked-in hashes.
|
|
{
|
|
'name': 'dsymutil_mac_arm64',
|
|
'pattern': '.',
|
|
'condition': 'host_os == "mac" and host_cpu == "arm64"',
|
|
'action': [ 'python3',
|
|
'third_party/depot_tools/download_from_google_storage.py',
|
|
'--no_resume',
|
|
'--no_auth',
|
|
'--bucket', 'chromium-browser-clang',
|
|
'-s', 'tools/clang/dsymutil/bin/dsymutil.arm64.sha1',
|
|
'-o', 'tools/clang/dsymutil/bin/dsymutil',
|
|
],
|
|
},
|
|
{
|
|
'name': 'dsymutil_mac_x64',
|
|
'pattern': '.',
|
|
'condition': 'host_os == "mac" and host_cpu == "x64"',
|
|
'action': [ 'python3',
|
|
'third_party/depot_tools/download_from_google_storage.py',
|
|
'--no_resume',
|
|
'--no_auth',
|
|
'--bucket', 'chromium-browser-clang',
|
|
'-s', 'tools/clang/dsymutil/bin/dsymutil.x64.sha1',
|
|
'-o', 'tools/clang/dsymutil/bin/dsymutil',
|
|
],
|
|
},
|
|
# Pull clang-format binaries using checked-in hashes.
|
|
{
|
|
'name': 'clang_format_win',
|
|
'pattern': '.',
|
|
'condition': 'host_os == "win"',
|
|
'action': [ 'python3',
|
|
'third_party/depot_tools/download_from_google_storage.py',
|
|
'--no_resume',
|
|
'--no_auth',
|
|
'--bucket', 'chromium-clang-format',
|
|
'-s', 'buildtools/win/clang-format.exe.sha1',
|
|
],
|
|
},
|
|
{
|
|
'name': 'clang_format_mac_x64',
|
|
'pattern': '.',
|
|
'condition': 'host_os == "mac" and host_cpu == "x64"',
|
|
'action': [ 'python3',
|
|
'third_party/depot_tools/download_from_google_storage.py',
|
|
'--no_resume',
|
|
'--no_auth',
|
|
'--bucket', 'chromium-clang-format',
|
|
'-s', 'buildtools/mac/clang-format.x64.sha1',
|
|
'-o', 'buildtools/mac/clang-format',
|
|
],
|
|
},
|
|
{
|
|
'name': 'clang_format_mac_arm64',
|
|
'pattern': '.',
|
|
'condition': 'host_os == "mac" and host_cpu == "arm64"',
|
|
'action': [ 'python3',
|
|
'third_party/depot_tools/download_from_google_storage.py',
|
|
'--no_resume',
|
|
'--no_auth',
|
|
'--bucket', 'chromium-clang-format',
|
|
'-s', 'buildtools/mac/clang-format.arm64.sha1',
|
|
'-o', 'buildtools/mac/clang-format',
|
|
],
|
|
},
|
|
{
|
|
'name': 'clang_format_linux',
|
|
'pattern': '.',
|
|
'condition': 'host_os == "linux"',
|
|
'action': [ 'python3',
|
|
'third_party/depot_tools/download_from_google_storage.py',
|
|
'--no_resume',
|
|
'--no_auth',
|
|
'--bucket', 'chromium-clang-format',
|
|
'-s', 'buildtools/linux64/clang-format.sha1',
|
|
],
|
|
},
|
|
{
|
|
'name': 'gcmole',
|
|
'pattern': '.',
|
|
'condition': 'download_gcmole',
|
|
'action': [ 'python3',
|
|
'third_party/depot_tools/download_from_google_storage.py',
|
|
'--bucket', 'chrome-v8-gcmole',
|
|
'-u', '--no_resume',
|
|
'-s', 'tools/gcmole/gcmole-tools.tar.gz.sha1',
|
|
'--platform=linux*',
|
|
],
|
|
},
|
|
{
|
|
'name': 'jsfunfuzz',
|
|
'pattern': '.',
|
|
'condition': 'download_jsfunfuzz',
|
|
'action': [ 'python3',
|
|
'third_party/depot_tools/download_from_google_storage.py',
|
|
'--bucket', 'chrome-v8-jsfunfuzz',
|
|
'-u', '--no_resume',
|
|
'-s', 'tools/jsfunfuzz/jsfunfuzz.tar.gz.sha1',
|
|
'--platform=linux*',
|
|
],
|
|
},
|
|
{
|
|
'name': 'wasm_spec_tests',
|
|
'pattern': '.',
|
|
'action': [ 'python3',
|
|
'third_party/depot_tools/download_from_google_storage.py',
|
|
'--no_resume',
|
|
'--no_auth',
|
|
'-u',
|
|
'--bucket', 'v8-wasm-spec-tests',
|
|
'-s', 'test/wasm-spec-tests/tests.tar.gz.sha1',
|
|
],
|
|
},
|
|
{
|
|
'name': 'wasm_js',
|
|
'pattern': '.',
|
|
'action': [ 'python3',
|
|
'third_party/depot_tools/download_from_google_storage.py',
|
|
'--no_resume',
|
|
'--no_auth',
|
|
'-u',
|
|
'--bucket', 'v8-wasm-spec-tests',
|
|
'-s', 'test/wasm-js/tests.tar.gz.sha1',
|
|
],
|
|
},
|
|
{
|
|
'name': 'sysroot_arm',
|
|
'pattern': '.',
|
|
'condition': '(checkout_linux and checkout_arm)',
|
|
'action': ['python3', 'build/linux/sysroot_scripts/install-sysroot.py',
|
|
'--arch=arm'],
|
|
},
|
|
{
|
|
'name': 'sysroot_arm64',
|
|
'pattern': '.',
|
|
'condition': '(checkout_linux and checkout_arm64)',
|
|
'action': ['python3', 'build/linux/sysroot_scripts/install-sysroot.py',
|
|
'--arch=arm64'],
|
|
},
|
|
{
|
|
'name': 'sysroot_x86',
|
|
'pattern': '.',
|
|
'condition': '(checkout_linux and (checkout_x86 or checkout_x64))',
|
|
'action': ['python3', 'build/linux/sysroot_scripts/install-sysroot.py',
|
|
'--arch=x86'],
|
|
},
|
|
{
|
|
'name': 'sysroot_x64',
|
|
'pattern': '.',
|
|
'condition': 'checkout_linux and checkout_x64',
|
|
'action': ['python3', 'build/linux/sysroot_scripts/install-sysroot.py',
|
|
'--arch=x64'],
|
|
},
|
|
{
|
|
'name': 'msan_chained_origins',
|
|
'pattern': '.',
|
|
'condition': 'checkout_instrumented_libraries',
|
|
'action': [ 'python3',
|
|
'third_party/depot_tools/download_from_google_storage.py',
|
|
'--no_resume',
|
|
'--no_auth',
|
|
'--bucket', 'chromium-instrumented-libraries',
|
|
'-s', 'third_party/instrumented_libraries/binaries/msan-chained-origins.tgz.sha1',
|
|
],
|
|
},
|
|
{
|
|
'name': 'msan_no_origins',
|
|
'pattern': '.',
|
|
'condition': 'checkout_instrumented_libraries',
|
|
'action': [ 'python3',
|
|
'third_party/depot_tools/download_from_google_storage.py',
|
|
'--no_resume',
|
|
'--no_auth',
|
|
'--bucket', 'chromium-instrumented-libraries',
|
|
'-s', 'third_party/instrumented_libraries/binaries/msan-no-origins.tgz.sha1',
|
|
],
|
|
},
|
|
{
|
|
# Case-insensitivity for the Win SDK. Must run before win_toolchain below.
|
|
'name': 'ciopfs_linux',
|
|
'pattern': '.',
|
|
'condition': 'checkout_win and host_os == "linux"',
|
|
'action': [ 'python3',
|
|
'third_party/depot_tools/download_from_google_storage.py',
|
|
'--no_resume',
|
|
'--no_auth',
|
|
'--bucket', 'chromium-browser-clang/ciopfs',
|
|
'-s', 'build/ciopfs.sha1',
|
|
]
|
|
},
|
|
{
|
|
# Update the Windows toolchain if necessary.
|
|
'name': 'win_toolchain',
|
|
'pattern': '.',
|
|
'condition': 'checkout_win',
|
|
'action': ['python3', 'build/vs_toolchain.py', 'update', '--force'],
|
|
},
|
|
{
|
|
# Update the Mac toolchain if necessary.
|
|
'name': 'mac_toolchain',
|
|
'pattern': '.',
|
|
'condition': 'checkout_mac',
|
|
'action': ['python3', 'build/mac_toolchain.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': ['python3', 'tools/clang/scripts/update.py'],
|
|
},
|
|
{
|
|
'name': 'clang_tidy',
|
|
'pattern': '.',
|
|
'condition': 'checkout_clang_tidy',
|
|
'action': ['python3', 'tools/clang/scripts/update.py',
|
|
'--package=clang-tidy'],
|
|
},
|
|
{
|
|
# Update LASTCHANGE.
|
|
'name': 'lastchange',
|
|
'pattern': '.',
|
|
'action': ['python3', 'build/util/lastchange.py',
|
|
'-o', 'build/util/LASTCHANGE'],
|
|
},
|
|
{
|
|
'name': 'Download Fuchsia system images',
|
|
'pattern': '.',
|
|
'condition': 'checkout_fuchsia',
|
|
'action': [
|
|
'python3',
|
|
'build/fuchsia/update_images.py',
|
|
'--boot-images={checkout_fuchsia_boot_images}',
|
|
],
|
|
},
|
|
{
|
|
# 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': ['python3', 'tools/clang/scripts/update.py',
|
|
'--package=objdump'],
|
|
},
|
|
{
|
|
'name': 'vpython3_common',
|
|
'pattern': '.',
|
|
'action': [ 'vpython3',
|
|
'-vpython-spec', '.vpython3',
|
|
'-vpython-tool', 'install',
|
|
],
|
|
},
|
|
{
|
|
'name': 'check_v8_header_includes',
|
|
'pattern': '.',
|
|
'condition': 'check_v8_header_includes',
|
|
'action': [
|
|
'python3',
|
|
'tools/generate-header-include-checks.py',
|
|
],
|
|
},
|
|
{
|
|
# Clean up build dirs for crbug.com/1337238.
|
|
# After a libc++ roll and revert, .ninja_deps would get into a state
|
|
# that breaks Ninja on Windows.
|
|
# TODO(crbug.com/1337238): Remove in a month or so.
|
|
'name': 'del_ninja_deps_cache',
|
|
'pattern': '.',
|
|
'condition': 'host_os == "win"',
|
|
'action': ['python3', 'build/del_ninja_deps_cache.py'],
|
|
},
|
|
]
|