Mesa (master): ci: don't build clover with LLVM 9 on radeonsi because it's unsupported

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Apr 16 09:46:51 UTC 2021


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

Author: Marek Olšák <marek.olsak at amd.com>
Date:   Wed Apr 14 15:46:15 2021 -0400

ci: don't build clover with LLVM 9 on radeonsi because it's unsupported

Reviewed-by: Michel Dänzer <mdaenzer at redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10199>

---

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index decaeb4ab02..fd797d01880 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -983,7 +983,7 @@ meson-clover:
     EXTRA_OPTION: >
       -D valgrind=false
   script:
-    - LLVM_VERSION=9 .gitlab-ci/meson/build.sh
+    - LLVM_VERSION=9 GALLIUM_DRIVERS=r600,swrast .gitlab-ci/meson/build.sh
     - .gitlab-ci/meson/build.sh
 
 meson-vulkan:



More information about the mesa-commit mailing list