[Git][NTPsec/ntpsec][master] Use debian-testing as the basis for our Clang CI targets
    Matt Selsky 
    gitlab at mg.gitlab.com
       
    Fri Dec 28 04:27:28 UTC 2018
    
    
  
Matt Selsky pushed to branch master at NTPsec / ntpsec
Commits:
c90df46b by Matt Selsky at 2018-12-28T03:47:43Z
Use debian-testing as the basis for our Clang CI targets
This means that we get a very new clang instead of the one packaged with Ubuntu
oldstable. Eg 7.0.x instead of 3.8.x at the moment.
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -400,16 +400,20 @@ python-coverage:
 
 clang-basic:
   <<: *job_definition
+  image: debian:testing-slim
   script:
-    - apt-get update -qq && apt-get install -y -qq netbase bison libcap-dev pps-tools python-dev clang
+    - apt-get update
+    - apt-get install -y netbase bison libssl-dev libcap-dev pps-tools python-dev clang
     - python ./waf configure --check-c-compiler=clang build
   tags:
     - gitlab-org
 
 clang-refclocks:
   <<: *job_definition
+  image: debian:testing-slim
   script:
-    - apt-get update -qq && apt-get install -y -qq netbase bison libcap-dev pps-tools python-dev clang
+    - apt-get update
+    - apt-get install -y netbase bison libssl-dev libcap-dev pps-tools python-dev clang
     - python ./waf configure --check-c-compiler=clang --refclock=all build
   tags:
     - gitlab-org
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/c90df46b7215a357798616a2afd79ccd4db85371
-- 
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/c90df46b7215a357798616a2afd79ccd4db85371
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/20181228/eaf4046b/attachment.html>
    
    
More information about the vc
mailing list