Mesa (master): panfrost/ci: Update kernel to 5.3-rc8

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Sep 13 06:41:04 UTC 2019


Module: Mesa
Branch: master
Commit: c301fc027a5a6f63c1501ef6512e76fd5acda99b
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c301fc027a5a6f63c1501ef6512e76fd5acda99b

Author: Tomeu Vizoso <tomeu.vizoso at collabora.com>
Date:   Tue Sep 10 18:55:58 2019 +0100

panfrost/ci: Update kernel to 5.3-rc8

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 at collabora.com>

---

 src/gallium/drivers/panfrost/ci/debian-install.sh | 2 +-
 src/gallium/drivers/panfrost/ci/gitlab-ci.yml     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/gallium/drivers/panfrost/ci/debian-install.sh b/src/gallium/drivers/panfrost/ci/debian-install.sh
index 4205ae56e35..dead65fe74d 100644
--- a/src/gallium/drivers/panfrost/ci/debian-install.sh
+++ b/src/gallium/drivers/panfrost/ci/debian-install.sh
@@ -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}-"
 
diff --git a/src/gallium/drivers/panfrost/ci/gitlab-ci.yml b/src/gallium/drivers/panfrost/ci/gitlab-ci.yml
index a77b42f23b8..10fbb7ea6fc 100644
--- a/src/gallium/drivers/panfrost/ci/gitlab-ci.yml
+++ b/src/gallium/drivers/panfrost/ci/gitlab-ci.yml
@@ -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'




More information about the mesa-commit mailing list