From 1b0a358db2286f6ea272c1d4e8b82ed93372be5c Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Thu, 13 Mar 2025 18:25:43 +0100 Subject: [PATCH] ci: bump apitrace version This includes the fixes discovered in https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30417#note_2810243 Part-of: --- .gitlab-ci/container/build-apitrace.sh | 2 +- .gitlab-ci/image-tags.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci/container/build-apitrace.sh b/.gitlab-ci/container/build-apitrace.sh index 903fb734721..915d9948710 100644 --- a/.gitlab-ci/container/build-apitrace.sh +++ b/.gitlab-ci/container/build-apitrace.sh @@ -11,7 +11,7 @@ set -uex uncollapsed_section_start apitrace "Building apitrace" -APITRACE_VERSION="0a6506433e1f9f7b69757b4e5730326970c4321a" +APITRACE_VERSION="952bad1469ea747012bdc48c48993bd5f13eec04" git clone https://github.com/apitrace/apitrace.git --single-branch --no-checkout /apitrace pushd /apitrace diff --git a/.gitlab-ci/image-tags.yml b/.gitlab-ci/image-tags.yml index 7d8d104387e..06576602bc8 100644 --- a/.gitlab-ci/image-tags.yml +++ b/.gitlab-ci/image-tags.yml @@ -38,9 +38,9 @@ variables: DEBIAN_X86_64_TEST_ANDROID_IMAGE_PATH: "debian/x86_64_test-android" DEBIAN_TEST_ANDROID_TAG: "20250321-s3cp-fix5" - DEBIAN_TEST_GL_TAG: "20250327-piglit" - DEBIAN_TEST_VK_TAG: "20250327-piglit" - KERNEL_ROOTFS_TAG: "20250327-trace" + DEBIAN_TEST_GL_TAG: "20250327-apitrace" + DEBIAN_TEST_VK_TAG: "20250327-apitrace" + KERNEL_ROOTFS_TAG: "20250327-apitrace" DEBIAN_PYUTILS_IMAGE: "debian/x86_64_pyutils" DEBIAN_PYUTILS_TAG: "20250321-s3cp-fix5"