ci: bump apitrace

More dlopen fixes for !30417.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34599>
This commit is contained in:
Eric Engestrom 2025-04-18 00:07:06 +02:00 committed by Marge Bot
parent 762b749f9f
commit 519e329cd6
2 changed files with 4 additions and 4 deletions

View file

@ -11,7 +11,7 @@ set -uex
uncollapsed_section_start apitrace "Building apitrace"
APITRACE_VERSION="952bad1469ea747012bdc48c48993bd5f13eec04"
APITRACE_VERSION="6345d3130b3cbec07ba541e1121c8afc4aac2867"
git clone https://github.com/apitrace/apitrace.git --single-branch --no-checkout /apitrace
pushd /apitrace

View file

@ -24,9 +24,9 @@ variables:
DEBIAN_BUILD_TAG: "20250324-android"
DEBIAN_TEST_ANDROID_TAG: "20250417-aosp-cts"
DEBIAN_TEST_GL_TAG: "20250416-pigtag"
DEBIAN_TEST_VK_TAG: "20250416-pigtag"
KERNEL_ROOTFS_TAG: "20250416-pigtag"
DEBIAN_TEST_GL_TAG: "20250418-apitrace"
DEBIAN_TEST_VK_TAG: "20250418-apitrace"
KERNEL_ROOTFS_TAG: "20250418-apitrace"
DEBIAN_PYUTILS_TAG: "20250321-s3cp-fix5"