summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorEric Engestrom <eric@engestrom.ch>2020-11-20 13:08:09 +0100
committerDylan Baker <dylan.c.baker@intel.com>2020-11-23 09:07:31 -0800
commit921bd0eabedd46191497023317ee6468e7313b93 (patch)
tree85a31759d27bdbd11e33f7a51d2823651856c1e7 /.gitlab-ci.yml
parentf56cbdf9951e39ce0161defa5ac6b9560bb07959 (diff)
gitlab-ci: drop deprecated platforms that snuck in when nobody was watching
... even though I did review that commit. My bad :] Fixes: c56f09124b195c5cbaab ("gitlab-ci: Move classic driver testing to a new meson-classic job") Signed-off-by: Eric Engestrom <eric@engestrom.ch> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5844> (cherry picked from commit 4da8323a14b58303b41826382f1951131171da0f)
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9ad2268d7d5..bdb85845668 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -724,7 +724,7 @@ meson-classic:
-D glx=dri
-D gbm=enabled
-D egl=enabled
- -D platforms=x11,wayland,drm,surfaceless
+ -D platforms=x11,wayland
DRI_DRIVERS: "auto"
EXTRA_OPTION: >
-D osmesa=classic