[mutter] ci: Don't use common build configuration in dist



commit 530d296a0cfacb65224d3ee06a29cd8c50f10a6e
Author: Jonas Ã…dahl <jadahl gmail com>
Date:   Tue Aug 9 00:39:37 2022 +0200

    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: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2561>

 .gitlab-ci.yml | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 945b0f2d67..2163ddc14b 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]