gitlab-ci: Bump kernel to drm-misc-next with background-color

Signed-off-by: Robert Mader <robert.mader@collabora.com>
This commit is contained in:
Robert Mader 2026-03-19 18:20:15 +01:00
parent 75c0ba4314
commit e96d00b012
2 changed files with 2 additions and 2 deletions

View file

@ -43,7 +43,7 @@
variables:
FDO_UPSTREAM_REPO: wayland/weston
FDO_REPO_SUFFIX: "$BUILD_OS-$FDO_DISTRIBUTION_VERSION/$BUILD_ARCH"
FDO_DISTRIBUTION_TAG: '2025-12-19-mesa-25.3.2'
FDO_DISTRIBUTION_TAG: '2026-03-26-linux-drm-misc-next-2026-03-20'
include:

View file

@ -59,7 +59,7 @@ fdo_log_section_end install_meson
# just a regular container.
fdo_log_section_start_collapsed install_kernel "install_kernel"
if [[ -n "$KERNEL_DEFCONFIG" ]]; then
git clone --depth=1 --branch=v6.18 https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git linux
git clone --depth=1 --branch drm-misc-next-2026-03-20 https://gitlab.freedesktop.org/drm/misc/kernel.git linux
cd linux
if [[ "${BUILD_ARCH}" = "x86-64" ]]; then