From 899b855c088f673bbb4fb331ccd1a447dc352830 Mon Sep 17 00:00:00 2001 From: Emma Anholt Date: Wed, 11 Mar 2026 12:07:37 -0700 Subject: [PATCH] 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: --- .gitlab-ci/container/build-apitrace.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/container/build-apitrace.sh b/.gitlab-ci/container/build-apitrace.sh index 858cf927bab..f9e6c93d309 100644 --- a/.gitlab-ci/container/build-apitrace.sh +++ b/.gitlab-ci/container/build-apitrace.sh @@ -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