From: Eric Engestrom Date: Sat, 9 Mar 2019 22:53:27 +0000 (+0000) Subject: gitlab-ci: add panfrost to the gallium drivers build X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=db944999a1bad94471966862cc38212019165937;p=mesa.git gitlab-ci: add panfrost to the gallium drivers build Signed-off-by: Eric Engestrom --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 78eaaec81b9..014e06b29dc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -267,7 +267,7 @@ meson-gallium-drivers-other: -D gallium-xa=false -D gallium-nine=false -D gallium-opencl=disabled - GALLIUM_DRIVERS: "i915,iris,nouveau,kmsro,r300,r600,freedreno,svga,swrast,v3d,vc4,virgl,etnaviv" + GALLIUM_DRIVERS: "i915,iris,nouveau,kmsro,r300,r600,freedreno,svga,swrast,v3d,vc4,virgl,etnaviv,panfrost" LLVM_VERSION: "5.0" meson-gallium-clover-llvm: