summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAlejandro PiƱeiro <apinheiro@igalia.com>2020-10-01 12:08:17 +0200
committerMarge Bot <eric+marge@anholt.net>2020-10-13 21:21:24 +0000
commite4af07be76004dbdc23548d0fb86a90a2f2d2832 (patch)
tree49a7832951c1cf1983f3fd92fb6ecf76cbbbc87d /.gitlab-ci.yml
parente5034f0d0d48ab541dad5d5e5c439fe82096950a (diff)
gitlab-ci: add broadcom vulkan driver
At this point we are only interested to test if it keeps building. v2: include meson-arm64 (Eric) Reviewed-by: Eric Anholt <eric@anholt.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6766>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f9a457664cb..23f03e4897f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -712,7 +712,7 @@ meson-android:
- .meson-cross
- .use-arm_build
variables:
- VULKAN_DRIVERS: freedreno
+ VULKAN_DRIVERS: freedreno,broadcom
GALLIUM_DRIVERS: "etnaviv,freedreno,kmsro,lima,nouveau,panfrost,swrast,tegra,v3d,vc4"
BUILDTYPE: "debugoptimized"
tags:
@@ -738,7 +738,7 @@ meson-arm64:
- .meson-arm
- .ci-deqp-artifacts
variables:
- VULKAN_DRIVERS: "freedreno"
+ VULKAN_DRIVERS: "freedreno,broadcom"
EXTRA_OPTION: >
-D llvm=disabled
UPLOAD_FOR_LAVA: 1
@@ -766,7 +766,7 @@ meson-clang:
-D glvnd=true
DRI_DRIVERS: "auto"
GALLIUM_DRIVERS: "iris,nouveau,kmsro,r300,r600,freedreno,swr,swrast,svga,v3d,vc4,virgl,etnaviv,panfrost,lima,zink,radeonsi,tegra"
- VULKAN_DRIVERS: intel,amd,freedreno
+ VULKAN_DRIVERS: intel,amd,freedreno,broadcom
CC: "ccache clang-10"
CXX: "ccache clang++-10"
@@ -831,7 +831,7 @@ meson-vulkan:
-D c_args=-fno-sanitize-recover=all
-D cpp_args=-fno-sanitize-recover=all
UBSAN_OPTIONS: "print_stacktrace=1"
- VULKAN_DRIVERS: intel,amd,freedreno
+ VULKAN_DRIVERS: intel,amd,freedreno,broadcom
EXTRA_OPTION: >
-D vulkan-overlay-layer=true
-D build-aco-tests=true