[tracker/wip/carlosg/portal: 47/47] 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: 47/47] ci: Don't install systemd user services
 
- Date: Mon, 22 Jun 2020 08:24:18 +0000 (UTC)
 
commit cd1f0802203bae144a33cc3d29544acae0d3b455
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]