From 1c9b0b853e681c0803cc8bec0b7ceeb039a91247 Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Mon, 30 Aug 2021 09:26:19 +0200 Subject: [PATCH] panvk/ci: Build-test panvk We still need to implement quite some functionality before it would make sense to run dEQP in CI, but it will be already useful to build-test it. Signed-off-by: Tomeu Vizoso Acked-by: Boris Brezillon Part-of: --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e6ddc16c50b..34966d594a9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -934,7 +934,7 @@ debian-arm64: - .meson-arm - .ci-deqp-artifacts variables: - VULKAN_DRIVERS: "freedreno,broadcom" + VULKAN_DRIVERS: "freedreno,broadcom,panfrost" EXTRA_OPTION: > -D llvm=disabled -D valgrind=false