aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/panfrost/ci/debian-install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/panfrost/ci/debian-install.sh')
-rw-r--r--src/gallium/drivers/panfrost/ci/debian-install.sh2
1 files changed, 1 insertions, 1 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}-"