ci: Bump apitrace version to 14.0.

This has improvements to snapshots for looping that I'll be using for the
new trace replay tool, and supports zstd trace compression (which we're
using in traces-db/traces-db-private now).

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40959>
This commit is contained in:
Emma Anholt 2026-03-11 12:07:37 -07:00 committed by Marge Bot
parent f7d1f59948
commit 899b855c08

View file

@ -9,7 +9,7 @@ set -uex
section_start apitrace "Building apitrace"
APITRACE_VERSION="45a005875d348b055d5b88dca285c109dee90457"
APITRACE_VERSION="18cfd388ac47a9e00978b34d6c20341f3e2cdb56"
git clone https://github.com/apitrace/apitrace.git --single-branch --no-checkout /apitrace
pushd /apitrace