[libhandy/wip/exalm/ci: 3/5] gitlab-ci: Don't bother updating manual page catalogs



commit 8c5f5d40f85dc97d7c7b6f92e2fa55f3769f3849
Author: Guido Günther <agx sigxcpu org>
Date:   Fri May 22 13:07:49 2020 +0200

    gitlab-ci: Don't bother updating manual page catalogs
    
    Speeds up the build

 .gitlab-ci.yml | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1f6d51fd..932547fe 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,6 +8,8 @@ stages:
   - test-package
 
 before_script:
+  - echo "man-db man-db/auto-update boolean false" | debconf-set-selections
+  - export DEBIAN_FRONTEND=noninteractive
   - apt-get -y update
   - apt-get -y install eatmydata
   - eatmydata apt-get -y install build-essential libgtk-3-doc libgdk-pixbuf2.0-doc lcov
@@ -40,6 +42,8 @@ build-debian-gcc:
 build-debian-clang:
   image: debian:buster
   before_script:
+    - echo "man-db man-db/auto-update boolean false" | debconf-set-selections
+    - export DEBIAN_FRONTEND=noninteractive
     - apt-get -y update
     - apt-get -y install eatmydata
     - eatmydata apt-get -y install build-essential clang-tools


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]