From 31a8985eadaa0fa6dae23997ede4045798edc9c3 Mon Sep 17 00:00:00 2001 From: Valentine Burley Date: Thu, 10 Jul 2025 15:33:09 +0200 Subject: [PATCH] ci/va: Bump va-tools version for compatibility with Debian 13 Fixes previously failing CreateSurfaces tests. Signed-off-by: Valentine Burley Part-of: --- .gitlab-ci/container/build-va-tools.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci/container/build-va-tools.sh b/.gitlab-ci/container/build-va-tools.sh index 5db6bab7dd7..f9b6609cd13 100644 --- a/.gitlab-ci/container/build-va-tools.sh +++ b/.gitlab-ci/container/build-va-tools.sh @@ -14,13 +14,11 @@ git config --global user.name "Mesa CI" git clone \ https://github.com/intel/libva-utils.git \ - -b 2.18.1 \ + -b 2.22.0 \ --depth 1 \ /va-utils pushd /va-utils -# Too old libva in Debian 11. TODO: when this PR gets in, refer to the patch. -curl --fail -L https://github.com/intel/libva-utils/pull/329.patch | git am meson setup build -D tests=true -Dprefix=/va ${EXTRA_MESON_ARGS:-} meson install -C build