[Fuchsia] Add terminal.x64 image to default checkout

Remove terminal.qemu-x64 once changes to //build directory roll in.

Bug:chromium:1483216
Change-Id: I3fd5b3a6260463659fd98e4bcadd4fd5ae35c5f0
Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/4873664
Commit-Queue: Chong Gu <chonggu@google.com>
Reviewed-by: Wan-Teh Chang <wtc@google.com>
This commit is contained in:
Chong Gu 2023-09-18 22:58:13 +00:00 committed by libyuv LUCI CQ
parent cbfb661d85
commit 3aae5c7fb1

4
DEPS
View File

@ -18,14 +18,14 @@ vars = {
# By default, download the fuchsia sdk from the public sdk directory.
'fuchsia_sdk_cipd_prefix': 'fuchsia/sdk/core/',
'fuchsia_version': 'version:13.20230714.0.1',
'fuchsia_version': 'version:15.20230909.2.1',
# By default, download the fuchsia images from the fuchsia GCS bucket.
'fuchsia_images_bucket': 'fuchsia',
'checkout_fuchsia': False,
# 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 can override this with additional images.
'checkout_fuchsia_boot_images': "terminal.qemu-x64",
'checkout_fuchsia_boot_images': "terminal.qemu-x64,terminal.x64",
'checkout_fuchsia_product_bundles': '"{checkout_fuchsia_boot_images}" != ""',
}