ci: Bump ci-kdl version for compatibility with Debian 13

The updated Python requirements allow installing with python3.13 on
Debian 13.

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:
Valentine Burley 2025-07-14 14:43:30 +02:00 committed by Marge Bot
parent 31a8985ead
commit 36ad57c729

View file

@ -5,7 +5,7 @@ set -ex
uncollapsed_section_start kdl "Building kdl" uncollapsed_section_start kdl "Building kdl"
KDL_REVISION="cbbe5fd54505fd03ee34f35bfd16794f0c30074f" KDL_REVISION="42218ba7297a28d64ddd1d4b5f200a60b3659d42"
KDL_CHECKOUT_DIR="/tmp/ci-kdl.git" KDL_CHECKOUT_DIR="/tmp/ci-kdl.git"
mkdir -p ${KDL_CHECKOUT_DIR} mkdir -p ${KDL_CHECKOUT_DIR}