From 530d296a0cfacb65224d3ee06a29cd8c50f10a6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Tue, 9 Aug 2022 00:39:37 +0200 Subject: [PATCH] ci: Don't use common build configuration in dist In the dist job, use the default configuration, instead of the one used elsewhere in CI that aims to enable as many code paths as possible. Part-of: --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 945b0f2d6..2163ddc14 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -478,8 +478,6 @@ dist-mutter: script: - meson . build --werror --prefix /usr -Dbuildtype=debugoptimized - $BASE_MESON_OPTIONS - -Dkvm_tests=false - glib-compile-schemas $GSETTINGS_SCHEMA_DIR - dbus-run-session -- xvfb-run -a -s "$XVFB_SERVER_ARGS" ./.gitlab-ci/run-meson.sh dist -C build