From b830613516e53618dd0b3c8e8321f2d7d1ce77a6 Mon Sep 17 00:00:00 2001 From: Boris Brezillon Date: Fri, 21 May 2021 11:48:03 +0200 Subject: [PATCH] ci: Update to a new kernel fixing a bug in the panfrost driver Should fix #4818. Signed-off-by: Boris Brezillon Reviewed-by: Tomeu Vizoso Reviewed-by: Emma Anholt Part-of: --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 20d1ad62e86..878134e3bef 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -447,8 +447,8 @@ arm_build: stage: container-2 variables: GIT_STRATEGY: fetch - KERNEL_URL: "https://gitlab.freedesktop.org/gfx-ci/linux/-/archive/v5.13-rc2-for-mesa-ci-4a93e50f5c34/linux-v5.13-rc2-for-mesa-ci-4a93e50f5c34.tar.bz2" - MESA_ROOTFS_TAG: &kernel-rootfs "2021-05-19-piglit" + KERNEL_URL: "https://gitlab.freedesktop.org/gfx-ci/linux/-/archive/v5.13-rc2-for-mesa-ci-2a4a4fa4407f/v5.13-rc2-for-mesa-ci-2a4a4fa4407f.tar.bz2" + MESA_ROOTFS_TAG: &kernel-rootfs "2021-05-21-panfrost-oops" DISTRIBUTION_TAG: &distribution-tag-arm "${MESA_ROOTFS_TAG}--${MESA_IMAGE_TAG}--${MESA_TEMPLATES_COMMIT}" script: - .gitlab-ci/container/lava_build.sh