mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-03-21 13:20:34 +01:00
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:
parent
2d0161e715
commit
34f5f5dffb
2 changed files with 3 additions and 2 deletions
|
|
@ -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-19-linux-drm-next-background-color'
|
||||
|
||||
|
||||
include:
|
||||
|
|
|
|||
|
|
@ -59,8 +59,9 @@ 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 --single-branch --branch drm-misc-next https://gitlab.freedesktop.org/drm/misc/kernel.git linux
|
||||
cd linux
|
||||
git checkout -b snapshot 0b9eff726d5636a1638786d2f659b8897950533b
|
||||
|
||||
if [[ "${BUILD_ARCH}" = "x86-64" ]]; then
|
||||
LINUX_ARCH=x86
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue