From 3aae5c7fb15452a2c708db8353041f55dc15e116 Mon Sep 17 00:00:00 2001 From: Chong Gu Date: Mon, 18 Sep 2023 22:58:13 +0000 Subject: [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 Reviewed-by: Wan-Teh Chang --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index cc526a2d..70ed1d58 100644 --- a/DEPS +++ b/DEPS @@ -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}" != ""', } -- cgit v1.2.3