diff options
author | Tomeu Vizoso <[email protected]> | 2020-01-31 08:04:57 +0100 |
---|---|---|
committer | Tomeu Vizoso <[email protected]> | 2020-02-04 15:46:34 +0100 |
commit | 9afdcd64f2c96f3fcc1a28912987f2e8066aa995 (patch) | |
tree | d83461e3a85e44e086ebb9a22e32689fc0e07dd5 /.gitlab-ci | |
parent | 162927e43cdb5d6c184a4064fbd0799012fc297e (diff) |
gitlab-ci: Switch kernel for LAVA jobs to 5.5
All fixes we were carrying in our branch have been merged already.
Signed-off-by: Tomeu Vizoso <[email protected]>
Reviewed-by: Alyssa Rosenzweig <[email protected]>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3692>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3692>
Diffstat (limited to '.gitlab-ci')
-rw-r--r-- | .gitlab-ci/container/lava_arm.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/container/lava_arm.sh b/.gitlab-ci/container/lava_arm.sh index 3b5cad3e9f0..a72f4ae8680 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://gitlab.freedesktop.org/tomeu/linux/-/archive/v5.5-rc5-panfrost-fixes/linux-v5.5-rc5-panfrost-fixes.tar.gz" +KERNEL_URL="https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/snapshot/linux-5.5.tar.gz" if [[ "$DEBIAN_ARCH" = "armhf" ]]; then export ARCH=${KERNEL_ARCH} |