Mesa (main): ci: enable building RADV in debian-release

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Oct 4 21:36:01 UTC 2021


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

Author: Samuel Pitoiset <samuel.pitoiset at gmail.com>
Date:   Thu Sep 30 13:39:24 2021 +0200

ci: enable building RADV in debian-release

To build RADV without LLVM.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset at gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas at basnieuwenhuizen.nl>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13117>

---

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dbedc3a2fc3..1099c9e7795 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -777,6 +777,7 @@ debian-release:
       -D gallium-opencl=disabled
       -D llvm=false
     GALLIUM_DRIVERS: "i915,iris,nouveau,kmsro,freedreno,r300,svga,swrast,v3d,vc4,virgl,etnaviv,panfrost,lima,zink,d3d12,crocus"
+    VULKAN_DRIVERS: "amd"
     BUILDTYPE: "release"
     EXTRA_OPTION: >
       -D osmesa=true



More information about the mesa-commit mailing list