gitlab-ci: add panfrost to the gallium drivers build
authorEric Engestrom <eric.engestrom@intel.com>
Sat, 9 Mar 2019 22:53:27 +0000 (22:53 +0000)
committerEric Engestrom <eric.engestrom@intel.com>
Sat, 9 Mar 2019 23:25:12 +0000 (23:25 +0000)
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
.gitlab-ci.yml

index 78eaaec81b9fa50e82307d6d7c792e237ef5a1d1..014e06b29dcb8978fa1a561621b9e4012a458100 100644 (file)
@@ -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: