From ea3b7857f288a2ab3a75a0d5825fb0a4f3b98341 Mon Sep 17 00:00:00 2001 From: Pekka Paalanen Date: Mon, 17 Feb 2020 17:30:41 +0200 Subject: [PATCH] Revert "CI: do not attempt to test GL-renderer" This reverts commit 1eae54714fd2ae38756b24ddc58a7d55bec5d14d. We install a fixed Mesa into the CI image, so these tests can pass now. Fixes: https://gitlab.freedesktop.org/wayland/weston/issues/358 Signed-off-by: Pekka Paalanen --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7ef8820e..c2054caa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -69,7 +69,6 @@ build-native-meson-default-options: MESON_OPTIONS: > -Dwerror=true -Ddoc=true - -Dtest-gl-renderer=false extends: .build-native-meson build-native-meson-no-gl-renderer: