summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>2019-11-19 14:39:31 +0100
committerSamuel Pitoiset <samuel.pitoiset@gmail.com>2019-11-21 09:35:05 +0100
commit0d1085ac4a6d87ed13fce0c86858b8adabeeefe1 (patch)
tree2411e09a6350a7311cdb1b20cfbe674ba4e50088
parent7362176cfe47bc372caca1e90c85bb8758f42687 (diff)
gitlab-ci: remove now useless meson-swr-glvnd build job
All things are already part of meson-main. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Michel Dänzer <mdaenzer@redhat.com>
-rw-r--r--.gitlab-ci.yml24
1 files changed, 0 insertions, 24 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9c0612a90b6..012a6d79f25 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -307,30 +307,6 @@ meson-arm64:
- .gitlab-ci/meson-build.sh
- .gitlab-ci/prepare-artifacts.sh
-# NOTE: Building SWR is 2x (yes two) times slower than all the other
-# gallium drivers combined.
-# Start this early so that it doesn't limit the total run time.
-#
-# We also stick the glvnd build here, since we want non-glvnd in
-# meson-main for actual driver CI.
-meson-swr-glvnd:
- extends: .meson-build
- variables:
- UNWIND: "true"
- DRI_LOADERS: >
- -D egl=true
- GALLIUM_ST: >
- -D dri3=true
- -D gallium-vdpau=false
- -D gallium-xvmc=false
- -D gallium-omx=disabled
- -D gallium-va=false
- -D gallium-xa=false
- -D gallium-nine=false
- -D gallium-opencl=disabled
- GALLIUM_DRIVERS: "iris"
- LLVM_VERSION: "6.0"
-
meson-clang:
extends: .meson-build
variables: