From ec8eeb39aef3c17d0c25170d65f751fa231cd3b7 Mon Sep 17 00:00:00 2001 From: David Heidelberg Date: Tue, 14 May 2024 16:38:41 -0700 Subject: [PATCH] ci: bump ANGLE Signed-off-by: David Heidelberg Part-of: --- .gitlab-ci/container/build-angle.sh | 6 +++++- .gitlab-ci/image-tags.yml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci/container/build-angle.sh b/.gitlab-ci/container/build-angle.sh index 2778fe6eab4..8ab65006f5f 100644 --- a/.gitlab-ci/container/build-angle.sh +++ b/.gitlab-ci/container/build-angle.sh @@ -1,8 +1,12 @@ #!/usr/bin/env bash +# When changing this file, you need to bump the following +# .gitlab-ci/image-tags.yml tags: +# KERNEL_ROOTFS_TAG + set -ex -ANGLE_REV="0518a3ff4d4e7e5b2ce8203358f719613a31c118" +ANGLE_REV="1409a05a81e3ccb279142433a2b987bc330f555b" # DEPOT tools git clone --depth 1 https://chromium.googlesource.com/chromium/tools/depot_tools.git diff --git a/.gitlab-ci/image-tags.yml b/.gitlab-ci/image-tags.yml index 2957203131e..05219f8af70 100644 --- a/.gitlab-ci/image-tags.yml +++ b/.gitlab-ci/image-tags.yml @@ -27,7 +27,7 @@ variables: DEBIAN_X86_64_TEST_ANDROID_TAG: "20240423-deqp" DEBIAN_X86_64_TEST_GL_TAG: "20240515-piglit-8a" DEBIAN_X86_64_TEST_VK_TAG: "20240515-piglit-8a" - KERNEL_ROOTFS_TAG: "20240515-piglit-8a" + KERNEL_ROOTFS_TAG: "20240516-angle" ALPINE_X86_64_BUILD_TAG: "20240412-pycparser" ALPINE_X86_64_LAVA_SSH_TAG: "20240401-wlproto"