From 43f15464203adb62ee62746c5684df0cbd162762 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Tue, 16 Apr 2019 18:06:12 +0200 Subject: [PATCH] gitlab-ci: meson-gallium-radeonsi was a subset of meson-gallium-clover-llvm MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Let's just drop it. Signed-off-by: Eric Engestrom Reviewed-by: Eric Anholt Reviewed-by: Michel Dänzer Acked-by: Dylan Baker --- .gitlab-ci.yml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a153c3dae1c..cfd7530f5d8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -227,26 +227,6 @@ meson-glvnd: -D gallium-nine=false -D gallium-opencl=disabled -meson-gallium-radeonsi: - extends: .meson-build - variables: - UNWIND: "true" - DRI_LOADERS: > - -D glx=disabled - -D egl=false - -D gbm=false - GALLIUM_ST: > - -D dri3=false - -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: "radeonsi" - LLVM_VERSION: "7" - meson-gallium-clover-llvm: extends: .meson-build variables: -- 2.30.2