From ebd071d8cf034f898ce30df8277130d1625c902e Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Thu, 20 Feb 2020 11:58:38 +0100 Subject: [PATCH] gitlab-ci: Move to 5.5 kernel plus fixes for Panfrost There's two fixes that help with stability when running dEQP on Kevin Chromebooks. Signed-off-by: Tomeu Vizoso Reviewed-by: Alyssa Rosenzweig Tested-by: Marge Bot Part-of: --- .gitlab-ci.yml | 2 +- .gitlab-ci/container/lava_arm.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 579056ae2fd..653e0d35f3b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -165,7 +165,7 @@ arm_build: - .debian@container-ifnot-exists@arm64v8 - .container variables: - DEBIAN_TAG: &arm_build "2020-02-19" + DEBIAN_TAG: &arm_build "2020-02-24-4" .use-arm_build: variables: diff --git a/.gitlab-ci/container/lava_arm.sh b/.gitlab-ci/container/lava_arm.sh index a72f4ae8680..affc65f30d5 100644 --- a/.gitlab-ci/container/lava_arm.sh +++ b/.gitlab-ci/container/lava_arm.sh @@ -34,7 +34,7 @@ mv /deqp /lava-files/rootfs-${DEBIAN_ARCH}/. ############### Cross-build kernel -KERNEL_URL="https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/snapshot/linux-5.5.tar.gz" +KERNEL_URL="https://gitlab.freedesktop.org/tomeu/linux/-/archive/v5.5-panfrost-fixes/linux-v5.5-panfrost-fixes.tar.gz" if [[ "$DEBIAN_ARCH" = "armhf" ]]; then export ARCH=${KERNEL_ARCH} -- 2.30.2