summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 54dff25ecf2..b3283436790 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -877,6 +877,7 @@ debian-release:
EXTRA_OPTION: >
-D osmesa=true
-D tools=all
+ -D intel-clc=enabled
script:
- .gitlab-ci/meson/build.sh
@@ -903,6 +904,7 @@ fedora-release:
-D osmesa=true
-D selinux=true
-D tools=drm-shim,etnaviv,freedreno,glsl,intel,nir,nouveau,lima,panfrost
+ -D intel-clc=enabled
GALLIUM_DRIVERS: "crocus,etnaviv,freedreno,iris,kmsro,lima,nouveau,panfrost,r300,r600,radeonsi,svga,swrast,tegra,v3d,vc4,virgl,zink"
GALLIUM_ST: >
-D dri3=enabled
@@ -1151,6 +1153,7 @@ debian-vulkan:
EXTRA_OPTION: >
-D vulkan-layers=device-select,overlay
-D build-aco-tests=true
+ -D intel-clc=enabled
debian-i386:
extends: