gitlab-ci: also build Zink on CI
This prevents accidentally breaking the driver-build while working on other drivers. Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
This commit is contained in:
+2
-2
@@ -15,7 +15,7 @@
|
|||||||
variables:
|
variables:
|
||||||
UPSTREAM_REPO: mesa/mesa
|
UPSTREAM_REPO: mesa/mesa
|
||||||
DEBIAN_TAG: "2019-10-22"
|
DEBIAN_TAG: "2019-10-22"
|
||||||
DEBIAN_ARM64_TAG: "arm64v8-2019-10-22"
|
DEBIAN_ARM64_TAG: "arm64v8-2019-10-23"
|
||||||
STRETCH_TAG: "2019-09-18"
|
STRETCH_TAG: "2019-09-18"
|
||||||
DEBIAN_VERSION: buster-slim
|
DEBIAN_VERSION: buster-slim
|
||||||
STRETCH_VERSION: stretch-slim
|
STRETCH_VERSION: stretch-slim
|
||||||
@@ -189,7 +189,7 @@ meson-main:
|
|||||||
-D gallium-xa=true
|
-D gallium-xa=true
|
||||||
-D gallium-nine=true
|
-D gallium-nine=true
|
||||||
-D gallium-opencl=disabled
|
-D gallium-opencl=disabled
|
||||||
GALLIUM_DRIVERS: "iris,nouveau,kmsro,r300,r600,freedreno,swrast,svga,v3d,vc4,virgl,etnaviv,panfrost,lima"
|
GALLIUM_DRIVERS: "iris,nouveau,kmsro,r300,r600,freedreno,swrast,svga,v3d,vc4,virgl,etnaviv,panfrost,lima,zink"
|
||||||
LLVM_VERSION: "7"
|
LLVM_VERSION: "7"
|
||||||
EXTRA_OPTION: >
|
EXTRA_OPTION: >
|
||||||
-D osmesa=gallium
|
-D osmesa=gallium
|
||||||
|
|||||||
@@ -63,6 +63,7 @@ apt-get install -y --no-remove \
|
|||||||
libpng-dev \
|
libpng-dev \
|
||||||
libgbm-dev \
|
libgbm-dev \
|
||||||
libgles2-mesa-dev \
|
libgles2-mesa-dev \
|
||||||
|
libvulkan-dev \
|
||||||
python-mako \
|
python-mako \
|
||||||
python3-mako \
|
python3-mako \
|
||||||
bison \
|
bison \
|
||||||
|
|||||||
Reference in New Issue
Block a user