[tracker/wip/carlosg/portal: 13/16] ci: Don't install systemd user services



commit 89542982b7323fa3c04a77e3a981733dcaee505f
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]