From 1aa774034a5190062734ceaeb09138f922430fd3 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Mon, 12 Sep 2022 13:38:01 -0400 Subject: meson: Change introspection option to feature --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e54151bb..bb9a1572 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -102,7 +102,7 @@ static-scan: - '.fdo.distribution-image@opensuse' needs: ['opensuse-container@x86_64'] variables: - MESON_EXTRA_FLAGS: "--buildtype=debug -Dintrospection=no -Ddocs=false" + MESON_EXTRA_FLAGS: "--buildtype=debug -Dintrospection=disabled -Ddocs=false" script: - meson setup ${MESON_EXTRA_FLAGS} --prefix /usr _scan_build . - ninja -C _scan_build scan-build @@ -120,7 +120,7 @@ asan-build: - '.fdo.distribution-image@opensuse' needs: ['opensuse-container@x86_64'] variables: - MESON_EXTRA_FLAGS: "--buildtype=debug -Db_sanitize=address -Db_lundef=false -Dintrospection=no -Ddocs=false" + MESON_EXTRA_FLAGS: "--buildtype=debug -Db_sanitize=address -Db_lundef=false -Dintrospection=disabled -Ddocs=false" # Add a suppressions file for address-sanitizer. Looks like libdbus has a minor leak that is hurting # the tests while run with asan. Hopefully this will go away once we convert everything to gdbus. # @@ -148,7 +148,7 @@ coverage: - '.fdo.distribution-image@opensuse' needs: ['opensuse-container@x86_64'] variables: - MESON_EXTRA_FLAGS: "--buildtype=debug -Ddocs=false -Dintrospection=no" + MESON_EXTRA_FLAGS: "--buildtype=debug -Ddocs=false -Dintrospection=disabled" CFLAGS: "-coverage -ftest-coverage -fprofile-arcs" script: - source ./ci/env.sh -- cgit v1.2.1