mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 07:26:15 +01:00
ci: Do not use installed tests in debian-stable build
Setting installed_tests option enforces various test files to be installed, this causes meson to build tools that might have not built otherwise but that are still required for testing. Also, disabling installed tests lead to slightly different code paths when it comes to using test test files. So, disable it for debian so that we can ensure that at test time we have set all the dependencies between test programs and the used resources (that can be libraries, external programs or modules).
This commit is contained in:
parent
038ef36b99
commit
c6eddf897b
@ -137,7 +137,6 @@ debian-stable-x86_64:
|
||||
--libdir=lib
|
||||
-Dsystemtap=true
|
||||
-Ddtrace=true
|
||||
-Dinstalled_tests=true
|
||||
_build
|
||||
- ninja -C _build
|
||||
- .gitlab-ci/run-tests.sh
|
||||
|
Loading…
Reference in New Issue
Block a user