[tracker/wip/carlosg/portal: 61/61] ci: Don't install systemd user services
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/wip/carlosg/portal: 61/61] ci: Don't install systemd user services
- Date: Sun, 5 Jul 2020 16:30:42 +0000 (UTC)
commit 7fcb5d0cb25273ae74a22a20ba7a135527b5dd26
Author: Carlos Garnacho <carlosg gnome org>
Date: Sun Jun 21 12:06:21 2020 +0200
ci: Don't install systemd user services
These are not necessary for tests, plus helps on Alpine.
.gitlab-ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 960cf1743..c676355dd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,7 +20,7 @@ stages:
script:
- su tracker -c 'mkdir build'
- - su tracker -c 'cd build; meson .. -Db_lto=true -Db_coverage=true'
+ - su tracker -c 'cd build; meson .. -Db_lto=true -Db_coverage=true -Dsystemd_user_services=false'
- su tracker -c 'cd build; ninja'
- |
# Remove the many "CI_" variables from the environment. Meson dumps the
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]