[Git][NTPsec/ntpsec][master] Gitlab default docker image now explicitly requires the netbase package

Matt Selsky gitlab at mg.gitlab.com
Thu May 3 06:26:06 UTC 2018


Matt Selsky pushed to branch master at NTPsec / ntpsec


Commits:
42384096 by Matt Selsky at 2018-05-03T06:22:49Z
Gitlab default docker image now explicitly requires the netbase package

...in order to get /etc/services

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -64,7 +64,7 @@ gitlab-alpine-basic:
 gitlab-basic:
   <<: *job_definition
   script:
-    - apt-get update -qq && apt-get install -y -qq bison libcap-dev pps-tools python-dev
+    - apt-get update -qq && apt-get install -y -qq netbase bison libcap-dev pps-tools python-dev
     - python ./waf configure build check
   tags:
     - gitlab-org
@@ -72,7 +72,7 @@ gitlab-basic:
 gitlab-refclocks:
   <<: *job_definition
   script:
-    - apt-get update -qq && apt-get install -y -qq bison libcap-dev pps-tools python-dev
+    - apt-get update -qq && apt-get install -y -qq netbase bison libcap-dev pps-tools python-dev
     - python ./waf configure --refclock=all build check
   tags:
     - gitlab-org
@@ -397,7 +397,7 @@ python3:
 python-coverage:
   <<: *job_definition
   script:
-    - apt-get update -qq && apt-get install -y -qq bison python-dev python-coverage
+    - apt-get update -qq && apt-get install -y -qq netbase bison python-dev python-coverage
     - python ./waf configure build check
     - for i in build/main/tests/pylib/test_*; do python-coverage run -a --source build/main/pylib $i; done
     - python-coverage report
@@ -407,7 +407,7 @@ python-coverage:
 clang-basic:
   <<: *job_definition
   script:
-    - apt-get update -qq && apt-get install -y -qq bison libcap-dev pps-tools python-dev clang
+    - apt-get update -qq && apt-get install -y -qq netbase bison libcap-dev pps-tools python-dev clang
     - python ./waf configure --check-c-compiler=clang build check
   tags:
     - gitlab-org
@@ -415,7 +415,7 @@ clang-basic:
 clang-refclocks:
   <<: *job_definition
   script:
-    - apt-get update -qq && apt-get install -y -qq bison libcap-dev pps-tools python-dev clang
+    - apt-get update -qq && apt-get install -y -qq netbase bison libcap-dev pps-tools python-dev clang
     - python ./waf configure --check-c-compiler=clang --refclock=all build check
   tags:
     - gitlab-org



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/42384096d216fee7ecadd20f873b16a7d7a9c993

---
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/42384096d216fee7ecadd20f873b16a7d7a9c993
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20180503/e57f9dd8/attachment.html>


More information about the vc mailing list