[Git][NTPsec/ntpsec][master] Disable NTS on FreeBSD 11 CI targets
Richard Laager
gitlab at mg.gitlab.com
Wed Apr 22 18:54:19 UTC 2020
Richard Laager pushed to branch master at NTPsec / ntpsec
Commits:
8aa00456 by Matt Selsky at 2020-04-22T13:43:49-04:00
Disable NTS on FreeBSD 11 CI targets
See https://wiki.freebsd.org/OpenSSL, OpenSSL in base is 1.0.2
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -265,7 +265,7 @@ ubuntu-devel-refclocks:
freebsd-11-basic:
<<: *job_definition
script:
- - python ./waf configure --disable-doc --disable-manpage build
+ - python ./waf configure --disable-doc --disable-manpage --disable-nts build
tags:
- freebsd-11
only:
@@ -274,7 +274,7 @@ freebsd-11-basic:
freebsd-11-refclocks:
<<: *job_definition
script:
- - python ./waf configure --disable-doc --disable-manpage --refclock=all build
+ - python ./waf configure --disable-doc --disable-manpage --disable-nts --refclock=all build
tags:
- freebsd-11
only:
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/8aa00456a1e9e30c5219cdefa2cf7c16090d1a93
--
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/8aa00456a1e9e30c5219cdefa2cf7c16090d1a93
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/20200422/fccddda7/attachment.htm>
More information about the vc
mailing list