From 3fa7f73a833adaf9f6ac814d43a5c68413c13664 Mon Sep 17 00:00:00 2001 From: Valentine Burley Date: Mon, 23 Mar 2026 11:30:42 +0100 Subject: [PATCH] ci: Enable ZSTD support for ZRAM in the kernel The only functional change is that the CONFIG_ZRAM_BACKEND_ZSTD and CONFIG_ZRAM_DEF_COMP_ZSTD options are enabled. Suggested by @anholt. Signed-off-by: Valentine Burley Part-of: --- .gitlab-ci/image-tags.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/image-tags.yml b/.gitlab-ci/image-tags.yml index 02969683990..7bc8f2b2055 100644 --- a/.gitlab-ci/image-tags.yml +++ b/.gitlab-ci/image-tags.yml @@ -32,7 +32,7 @@ variables: FEDORA_X86_64_BUILD_TAG: "20250917-rust" - KERNEL_TAG: "v6.19-mesa-9505" + KERNEL_TAG: "v6.19-mesa-8a6f" KERNEL_REPO: "gfx-ci/linux" PKG_REPO_REV: "78fcf356" FIRMWARE_TAG: "8fc31b97"