mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-11-30 21:54:16 +08:00
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:
parent
86ed8132a5
commit
3d529c1739
@ -15,7 +15,7 @@
|
||||
variables:
|
||||
UPSTREAM_REPO: mesa/mesa
|
||||
DEBIAN_TAG: "2019-10-22"
|
||||
DEBIAN_ARM64_TAG: "arm64v8-2019-10-22"
|
||||
DEBIAN_ARM64_TAG: "arm64v8-2019-10-23"
|
||||
STRETCH_TAG: "2019-09-18"
|
||||
DEBIAN_VERSION: buster-slim
|
||||
STRETCH_VERSION: stretch-slim
|
||||
@ -189,7 +189,7 @@ meson-main:
|
||||
-D gallium-xa=true
|
||||
-D gallium-nine=true
|
||||
-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"
|
||||
EXTRA_OPTION: >
|
||||
-D osmesa=gallium
|
||||
|
@ -63,6 +63,7 @@ apt-get install -y --no-remove \
|
||||
libpng-dev \
|
||||
libgbm-dev \
|
||||
libgles2-mesa-dev \
|
||||
libvulkan-dev \
|
||||
python-mako \
|
||||
python3-mako \
|
||||
bison \
|
||||
|
Loading…
Reference in New Issue
Block a user