From e4af07be76004dbdc23548d0fb86a90a2f2d2832 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Pi=C3=B1eiro?= Date: Thu, 1 Oct 2020 12:08:17 +0200 Subject: [PATCH] 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 Part-of: --- .gitlab-ci.yml | 8 ++++---- 1 file 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