1
0
Fork 0

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>
This commit is contained in:
Jonas Ådahl 2022-08-09 00:39:37 +02:00
parent b50353ba23
commit 530d296a0c

View file

@ -478,8 +478,6 @@ dist-mutter:
script: script:
- meson . build --werror --prefix /usr - meson . build --werror --prefix /usr
-Dbuildtype=debugoptimized -Dbuildtype=debugoptimized
$BASE_MESON_OPTIONS
-Dkvm_tests=false
- glib-compile-schemas $GSETTINGS_SCHEMA_DIR - glib-compile-schemas $GSETTINGS_SCHEMA_DIR
- dbus-run-session -- xvfb-run -a -s "$XVFB_SERVER_ARGS" - dbus-run-session -- xvfb-run -a -s "$XVFB_SERVER_ARGS"
./.gitlab-ci/run-meson.sh dist -C build ./.gitlab-ci/run-meson.sh dist -C build