Mesa (master): ci: build the Vulkan device select layer

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Dec 2 07:11:50 UTC 2020


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

Author: Samuel Pitoiset <samuel.pitoiset at gmail.com>
Date:   Tue Dec  1 10:19:57 2020 +0100

ci: build the Vulkan device select layer

To avoid breaking the build.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset at gmail.com>
Reviewed-by: Tony Wasserka <tony.wasserka at gmx.de>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7843>

---

 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e2affb8739e..5bbca0ad068 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -864,6 +864,7 @@ meson-vulkan:
     VULKAN_DRIVERS: intel,amd,freedreno,broadcom
     EXTRA_OPTION: >
       -D vulkan-overlay-layer=true
+      -D vulkan-device-select-layer=true
       -D build-aco-tests=true
       -D werror=true
 
@@ -877,6 +878,7 @@ meson-i386:
     GALLIUM_DRIVERS: "iris,r300,radeonsi,swrast,virgl"
     EXTRA_OPTION: >
       -D vulkan-overlay-layer=true
+      -D vulkan-device-select-layer=true
       -D werror=true
 
 meson-s390x:



More information about the mesa-commit mailing list