[Git][NTPsec/ntpsec][master] CI: Try to fix the macOS option tester for Python 2.7
Matt Selsky
gitlab at mg.gitlab.com
Mon Nov 2 00:28:51 UTC 2020
Matt Selsky pushed to branch master at NTPsec / ntpsec
Commits:
457b2fd9 by James Browning at 2020-11-01T13:34:35-08:00
CI: Try to fix the macOS option tester for Python 2.7
- - - - -
1 changed file:
- .gitlab-opttest-ci.yml
Changes:
=====================================
.gitlab-opttest-ci.yml
=====================================
@@ -67,7 +67,7 @@ gentoo-hardened-options-tester:
macos-options-tester:
stage: test
script:
- - python2.7 -V||true
+ - PKG_CONFIG_PATH=/usr/local/opt/openssl/lib/pkgconfig PYTHON=python2.7 tests/option-tester.sh||true
- PKG_CONFIG_PATH=/usr/local/opt/openssl/lib/pkgconfig PYTHON=python3 tests/option-tester.sh
tags:
- macos
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/457b2fd98ef766c00de9e7913f9ba67a0cdb319c
--
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/457b2fd98ef766c00de9e7913f9ba67a0cdb319c
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/20201102/10b52eba/attachment.htm>
More information about the vc
mailing list