gitlab-ci: drop deprecated platforms that snuck in when nobody was watching

... even though I did review that commit. My bad :]

Fixes: c56f09124b ("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>
This commit is contained in:
Eric Engestrom 2020-11-20 13:08:09 +01:00 committed by Marge Bot
parent 14186a1b84
commit 4da8323a14
1 changed files with 1 additions and 1 deletions

View File

@ -726,7 +726,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