summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorDaniel Stone <daniels@collabora.com>2021-09-05 11:44:30 +0100
committerMarius Vlad <marius.vlad@collabora.com>2021-11-25 10:55:31 +0200
commit753b6656fee3da6872e32d44eb75492ad45330a3 (patch)
tree29d8e3bf7e9e3e85d3cdc2744e9317ae4d90d100 /.gitlab-ci.yml
parent42c763c14d51431c287a563c44296a0e13551e89 (diff)
downloadweston-753b6656fee3da6872e32d44eb75492ad45330a3.tar.gz
CI: Upgrade kernel to v5.14
Older kernels cannot be built and booted with GCC 10+, as included in Debian bullseye, due to unfortunate stack-canary issues: https://lore.kernel.org/lkml/20200314164451.346497-1-slyfox@gentoo.org/T/ Upgrade to the last-released kernel, 5.14, to fix this. Signed-off-by: Daniel Stone <daniels@collabora.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 02496b5d..90fd9d57 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -43,7 +43,7 @@
variables:
FDO_UPSTREAM_REPO: wayland/weston
FDO_REPO_SUFFIX: "$BUILD_OS/$BUILD_ARCH"
- FDO_DISTRIBUTION_TAG: '2021-09-14.2'
+ FDO_DISTRIBUTION_TAG: '2021-11-24.0-kernel-v5.14'
include: