ci/va: Bump va-tools version for compatibility with Debian 13
Fixes previously failing CreateSurfaces tests. Signed-off-by: Valentine Burley <valentine.burley@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35853>
This commit is contained in:
committed by
Marge Bot
parent
a9dbb5bd81
commit
31a8985ead
@@ -14,13 +14,11 @@ git config --global user.name "Mesa CI"
|
|||||||
|
|
||||||
git clone \
|
git clone \
|
||||||
https://github.com/intel/libva-utils.git \
|
https://github.com/intel/libva-utils.git \
|
||||||
-b 2.18.1 \
|
-b 2.22.0 \
|
||||||
--depth 1 \
|
--depth 1 \
|
||||||
/va-utils
|
/va-utils
|
||||||
|
|
||||||
pushd /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 setup build -D tests=true -Dprefix=/va ${EXTRA_MESON_ARGS:-}
|
||||||
meson install -C build
|
meson install -C build
|
||||||
|
|||||||
Reference in New Issue
Block a user