panfrost/ci: Update kernel to 5.3-rc8
authorTomeu Vizoso <tomeu.vizoso@collabora.com>
Tue, 10 Sep 2019 17:55:58 +0000 (18:55 +0100)
committerTomeu Vizoso <tomeu.vizoso@collabora.com>
Fri, 13 Sep 2019 06:35:36 +0000 (08:35 +0200)
We haven't updated in a long time, so better do it now and again when
5.3 is released.

Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
src/gallium/drivers/panfrost/ci/debian-install.sh
src/gallium/drivers/panfrost/ci/gitlab-ci.yml

index 4205ae5..dead65f 100644 (file)
@@ -146,7 +146,7 @@ apt-get -y remove \*llvm\*
 
 
 ############### Cross-build kernel
-KERNEL_URL="https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/snapshot/linux-5.2.tar.gz"
+KERNEL_URL="https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/snapshot/linux-5.3-rc8.tar.gz"
 export ARCH=${KERNEL_ARCH}
 export CROSS_COMPILE="${GCC_ARCH}-"
 
index a77b42f..10fbb7e 100644 (file)
@@ -16,7 +16,7 @@
 variables:
   UPSTREAM_REPO: mesa/mesa
   DEBIAN_VERSION: testing-slim
-  IMAGE_TAG: "2019-09-10-1"
+  IMAGE_TAG: "2019-09-10-2"
 
 include:
   - project: 'wayland/ci-templates'