ci: Update the kernel version we use with fluster

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9401>
This commit is contained in:
Jordan Petridis 2025-05-18 19:48:56 +03:00 committed by GStreamer Marge Bot
parent 2c3f2747d6
commit 8ab5e5b7cb
3 changed files with 3 additions and 5 deletions

View File

@ -5,7 +5,7 @@ variables:
# If you are hacking on them or need a them to rebuild, its enough
# to change any part of the string of the image you want.
###
FEDORA_TAG: '2025-07-02.0-post-push'
FEDORA_TAG: '2025-07-16.0-fluster-kernel'
DEBIAN_TAG: '2025-07-01.0'

View File

@ -29,7 +29,7 @@ popd
# Build a linux image for virtme fluster tests
bash ./ci/scripts/build-linux.sh \
"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git" \
"v6.5.8" \
"v6.6.93" \
/opt/linux/bzImage \
'MEDIA_SUPPORT' \
'MEDIA_TEST_SUPPORT' \

View File

@ -62,9 +62,7 @@ else
fi
# Apply visl patches until they are upstreamed
for patch in ../ci/docker/fedora/patches/*.patch; do
patch -p1 < "${patch}"
done
git apply ../ci/docker/fedora/patches/*.patch
make defconfig
sync