diff options
author | Eric Engestrom <[email protected]> | 2019-04-16 18:06:12 +0200 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2019-05-02 20:39:12 +0000 |
commit | 43f15464203adb62ee62746c5684df0cbd162762 (patch) | |
tree | ae3f78950d53ed0d0e817a09aa1e06c615c380d3 /.gitlab-ci.yml | |
parent | 41407c602c7369a8babb08ac63fe9923c7746002 (diff) |
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]>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 20 |
1 files changed, 0 insertions, 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: |