ci: bump apitrace version

apitrace at commit b6102d10 has a bugfix regarding a recent regression
in GPU frame time calculation that made we miss weeks of performance
data.

Signed-off-by: Guilherme Gallo <guilherme.gallo@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34713>
This commit is contained in:
Guilherme Gallo
2025-04-25 12:20:05 -03:00
committed by Marge Bot
parent 47db31b556
commit b92dd9c573
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ set -uex
uncollapsed_section_start apitrace "Building apitrace"
APITRACE_VERSION="6345d3130b3cbec07ba541e1121c8afc4aac2867"
APITRACE_VERSION="b6102d10960c9f43b1b473903fc67937dd19fb98"
git clone https://github.com/apitrace/apitrace.git --single-branch --no-checkout /apitrace
pushd /apitrace
+1 -1
View File
@@ -19,7 +19,7 @@ include:
- .gitlab-ci/conditional-build-image-tags.yml
variables:
DEBIAN_BASE_TAG: "20250422-ci-fairy"
DEBIAN_BASE_TAG: "20250425-apitrace"
DEBIAN_BUILD_TAG: "20250422-ci-fairy"