From: Tomeu Vizoso Date: Fri, 13 Dec 2019 09:21:48 +0000 (+0100) Subject: gitlab-ci: Update kernel for LAVA to 5.5-rc1 plus fixes X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f5c2807ff280c77081b1af8161582f99893c6404;p=mesa.git gitlab-ci: Update kernel for LAVA to 5.5-rc1 plus fixes Signed-off-by: Tomeu Vizoso Reviewed-by: Eric Anholt --- diff --git a/.gitlab-ci/container/lava_arm.sh b/.gitlab-ci/container/lava_arm.sh index de03f8ee213..c6fdebad423 100644 --- a/.gitlab-ci/container/lava_arm.sh +++ b/.gitlab-ci/container/lava_arm.sh @@ -140,7 +140,7 @@ apt-get -y remove \*llvm\* ############### Cross-build kernel -KERNEL_URL="https://gitlab.freedesktop.org/tomeu/linux/-/archive/panfrost-veyron-fix/linux-panfrost-veyron-fix.tar.gz" +KERNEL_URL="https://gitlab.freedesktop.org/tomeu/linux/-/archive/v5.5-rc1-panfrost-fixes/linux-v5.5-rc1-panfrost-fixes.tar.gz" export ARCH=${KERNEL_ARCH} export CROSS_COMPILE="${GCC_ARCH}-" diff --git a/.gitlab-ci/lava-gitlab-ci.yml b/.gitlab-ci/lava-gitlab-ci.yml index ef9add86bd1..6dfe47824f2 100644 --- a/.gitlab-ci/lava-gitlab-ci.yml +++ b/.gitlab-ci/lava-gitlab-ci.yml @@ -11,7 +11,7 @@ include: - .container variables: REPO_SUFFIX: ${CI_JOB_NAME} - DEBIAN_TAG: &debian_tag '2019-12-05-1' + DEBIAN_TAG: &debian_tag '2019-12-13-1' DEBIAN_EXEC: 'DEBIAN_ARCH=${DEBIAN_ARCH} GCC_ARCH=${GCC_ARCH} KERNEL_ARCH=${KERNEL_ARCH}