Module: Mesa Branch: master Commit: 43f15464203adb62ee62746c5684df0cbd162762 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=43f15464203adb62ee62746c5684df0cbd162762
Author: Eric Engestrom <[email protected]> Date: Tue Apr 16 18:06:12 2019 +0200 gitlab-ci: meson-gallium-radeonsi was a subset of meson-gallium-clover-llvm Let's just drop it. Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Eric Anholt <[email protected]> Reviewed-by: Michel Dänzer <[email protected]> Acked-by: Dylan Baker <[email protected]> --- .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: _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
