[Git][NTPsec/ntpsec][master] Fix centos:latest buildbots ...

Matt Selsky gitlab at mg.gitlab.com
Fri Oct 4 17:55:28 UTC 2019



Matt Selsky pushed to branch master at NTPsec / ntpsec


Commits:
9873e7b2 by James Browning at 2019-10-04T15:37:34Z
Fix centos:latest buildbots ...

- Drop unused pps-tools-devel from centos-latest-basic.
- Change runners to use python3-devel as python-devel is no longer there.
- Change runners to use dnf instead of yum for package management.
- Use repo PowerTools for centos-latest-refclocks as it is required for pps-tools-devel

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -267,8 +267,8 @@ centos-latest-basic:
   <<: *job_definition
   image: centos:latest
   script:
-    - yum -y install bison gcc openssl-devel libcap-devel pps-tools-devel python-devel
-    - python ./waf configure build
+    - dnf -y install bison gcc openssl-devel libcap-devel python3-devel
+    - python3 ./waf configure build
   tags:
     - gitlab-org
 
@@ -276,8 +276,8 @@ centos-latest-refclocks:
   <<: *job_definition
   image: centos:latest
   script:
-    - yum -y install bison gcc openssl-devel libcap-devel pps-tools-devel python-devel
-    - python ./waf configure --refclock=all build
+    - dnf -y --enablerepo=PowerTools install bison gcc openssl-devel libcap-devel python3-devel pps-tools-devel
+    - python3 ./waf configure --refclock=all build
   tags:
     - gitlab-org
 



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/9873e7b25657df955ec50efe1dc55ecb7547145f

-- 
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/9873e7b25657df955ec50efe1dc55ecb7547145f
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/20191004/5257d2d7/attachment.htm>


More information about the vc mailing list