[Git][NTPsec/ntpsec][master] Re-enable NTS support for ubuntu:latest CI images
Richard Laager
gitlab at mg.gitlab.com
Tue Apr 21 02:15:21 UTC 2020
Richard Laager pushed to branch master at NTPsec / ntpsec
Commits:
187a01a5 by Matt Selsky at 2020-04-20T23:31:25+00:00
Re-enable NTS support for ubuntu:latest CI images
ubuntu:latest is 18.04 LTS Bionic per https://hub.docker.com/_/ubuntu
Bionic has OpenSSL 1.1.1 per https://packages.ubuntu.com/bionic/libssl-dev
Also, stop allowing failures. We want the build to fail if we break the build
on Ubuntu's LTS distribution.
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -202,23 +202,21 @@ debian-unstable-refclocks:
ubuntu-latest-basic:
<<: *job_definition
- allow_failure: true
image: ubuntu:latest
script:
- apt-get update
- apt-get install -y netbase bison gcc libssl-dev libcap-dev pps-tools python3-dev
- - python3 ./waf configure --disable-doc --disable-manpage --disable-nts build
+ - python3 ./waf configure --disable-doc --disable-manpage build
tags:
- gitlab-org
ubuntu-latest-refclocks:
<<: *job_definition
- allow_failure: true
image: ubuntu:latest
script:
- apt-get update
- apt-get install -y netbase bison gcc libssl-dev libcap-dev pps-tools python3-dev
- - python3 ./waf configure --disable-doc --disable-manpage --disable-nts --refclock=all build
+ - python3 ./waf configure --disable-doc --disable-manpage --refclock=all build
tags:
- gitlab-org
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/187a01a52f37977071733683c295b46b47a4e651
--
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/187a01a52f37977071733683c295b46b47a4e651
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/20200421/0b045b1b/attachment.htm>
More information about the vc
mailing list