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

Reviewed-by: Michel Dänzer <mdaenzer@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10199>
This commit is contained in:
Marek Olšák
2021-04-14 15:46:15 -04:00
committed by Marge Bot
parent 566dc4d740
commit ac2ab5c895
+1 -1
View File
@@ -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: