From 3cbc9eda073fa02cc20450c01f38fa30dc2b15b3 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Tue, 10 Sep 2024 13:28:39 +0200 Subject: [PATCH] ci: reduce nolibdecor build to xwayland only libdecor is only relevant for Xwayland, so no need to build all the other DDX'es for this build test. Remvoving some unncessary load from CI machines by disabling all DDX'es but Xwayland here. Signed-off-by: Enrico Weigelt, metux IT consult Part-of: --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a2e4a8a57..cb2c1f61c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -180,11 +180,11 @@ meson-noglamor: MESON_EXTRA_ARGS: > -Dglamor=false -meson-nolibdecor: +xwayland-nolibdecor: extends: meson variables: MESON_EXTRA_ARGS: > - -Dlibdecor=false + -Dlibdecor=false -Dxorg=false -Dxephyr=false -Dxvfb=false -Dxnest=false mingw-cross-build: extends: .common-build-and-test