Mesa (main): ci: wine-apitrace bump to 11.1

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Jul 20 09:21:16 UTC 2022


Module: Mesa
Branch: main
Commit: e3e43cebff1e3bfe895f12aaa062675512ce402d
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e3e43cebff1e3bfe895f12aaa062675512ce402d

Author: David Heidelberg <david.heidelberg at collabora.com>
Date:   Mon Jul 18 17:05:33 2022 +0200

ci: wine-apitrace bump to 11.1

In the future, bump will be needed to update non-VK tags as wine traces get
used elsewhere.

Reviewed-by: Andres Gomez <agomez at igalia.com>
Signed-off-by: David Heidelberg <david.heidelberg at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17623>

---

 .gitlab-ci/container/install-wine-apitrace.sh | 2 +-
 .gitlab-ci/image-tags.yml                     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci/container/install-wine-apitrace.sh b/.gitlab-ci/container/install-wine-apitrace.sh
index 15661728402..6a9385b3478 100644
--- a/.gitlab-ci/container/install-wine-apitrace.sh
+++ b/.gitlab-ci/container/install-wine-apitrace.sh
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-APITRACE_VERSION="10.0"
+APITRACE_VERSION="11.1"
 APITRACE_VERSION_DATE=""
 
 wget "https://github.com/apitrace/apitrace/releases/download/${APITRACE_VERSION}/apitrace-${APITRACE_VERSION}${APITRACE_VERSION_DATE}-win64.7z"
diff --git a/.gitlab-ci/image-tags.yml b/.gitlab-ci/image-tags.yml
index 45f246659c2..7ab3b2f5e94 100644
--- a/.gitlab-ci/image-tags.yml
+++ b/.gitlab-ci/image-tags.yml
@@ -12,7 +12,7 @@ variables:
 
    DEBIAN_X86_TEST_IMAGE_PATH: "debian/x86_test-gl"
    DEBIAN_X86_TEST_GL_TAG: "2022-07-06-virgl-update"
-   DEBIAN_X86_TEST_VK_TAG: "2022-07-12-vkd3d-proton"
+   DEBIAN_X86_TEST_VK_TAG: "2022-07-18-apitrace-11-1"
 
    FEDORA_X86_BUILD_TAG: "2022-04-24-spirv-tools-5"
    KERNEL_ROOTFS_TAG: "2022-07-06-virgl-update"



More information about the mesa-commit mailing list