ci/alpine: build test with LLVM 18

Reviewed-by: Eric Engestrom <eric@igalia.com>
Signed-off-by: David Heidelberg <david@ixit.cz>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30482>
This commit is contained in:
David Heidelberg 2024-08-02 14:56:29 +09:00
parent 34753cefd8
commit 09f8df82c8
3 changed files with 3 additions and 3 deletions

View file

@ -272,7 +272,7 @@ alpine-build-testing:
-D egl=enabled
-D glvnd=disabled
-D platforms=wayland
LLVM_VERSION: "16"
LLVM_VERSION: "18"
GALLIUM_DRIVERS: "crocus,etnaviv,freedreno,iris,lima,nouveau,panfrost,r300,r600,radeonsi,svga,llvmpipe,softpipe,tegra,v3d,vc4,virgl,zink"
GALLIUM_ST: >
-D dri3=enabled

View file

@ -8,7 +8,7 @@
set -e
set -o xtrace
export LLVM_VERSION="${LLVM_VERSION:=16}"
export LLVM_VERSION="${LLVM_VERSION:=18}"
EPHEMERAL=(
)

View file

@ -32,7 +32,7 @@ variables:
DEBIAN_TEST_VK_TAG: "20240808-piglit-04"
KERNEL_ROOTFS_TAG: "20240808-piglit-04"
ALPINE_X86_64_BUILD_TAG: "20240717-pyyaml"
ALPINE_X86_64_BUILD_TAG: "20240808-llvm"
ALPINE_X86_64_LAVA_SSH_TAG: "20240401-wlproto"
FEDORA_X86_64_BUILD_TAG: "20240717-pyyaml"
KERNEL_TAG: "v6.6.21-mesa-f8ea"