ci: Uprev apitrace to 790380e05854

Better context error reporting, fix crash for replaying PlagueIncEvolved

Reviewed-by: Guilherme Gallo <guilherme.gallo@collabora.com>
Signed-off-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17136>
This commit is contained in:
David Heidelberg 2022-06-20 15:34:53 +02:00
parent 6cbb19110b
commit 9cf3608952
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
set -ex
APITRACE_VERSION="170424754bb46002ba706e16ee5404b61988d74a"
APITRACE_VERSION="790380e05854d5c9d315555444ffcc7acb8f4037"
git clone https://github.com/apitrace/apitrace.git --single-branch --no-checkout /apitrace
pushd /apitrace

View File

@ -8,11 +8,11 @@ variables:
DEBIAN_X86_TEST_BASE_IMAGE: "debian/x86_test-base"
DEBIAN_X86_TEST_IMAGE_PATH: "debian/x86_test-gl"
DEBIAN_X86_TEST_GL_TAG: "2022-06-09-piglit-update"
DEBIAN_X86_TEST_GL_TAG: "2022-06-20-apitrace-update"
DEBIAN_X86_TEST_VK_TAG: "2022-06-17-vkd3d-proton"
FEDORA_X86_BUILD_TAG: "2022-04-24-spirv-tools-5"
KERNEL_ROOTFS_TAG: "2022-06-09-piglit-update"
KERNEL_ROOTFS_TAG: "2022-06-20-apitrace-update"
WINDOWS_X64_VS_PATH: "windows/x64_vs"
WINDOWS_X64_VS_TAG: "2022-06-15-vs-winsdk"