aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChong Gu <chonggu@google.com>2023-09-18 22:58:13 +0000
committerlibyuv LUCI CQ <libyuv-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-09-19 01:50:07 +0000
commit3aae5c7fb15452a2c708db8353041f55dc15e116 (patch)
treeabb1947585da1c6b6eaa64e6313a1a9cd3c04f64
parentcbfb661d85076080e9adbac4af5d2fcec607d3d4 (diff)
downloadlibyuv-3aae5c7fb15452a2c708db8353041f55dc15e116.tar.gz
[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>
-rw-r--r--DEPS4
1 files 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}" != ""',
}