[Git][NTPsec/ntpsec][master] Stop hardcoding OS image/version for macOS gitlab runner
Matt Selsky (@selsky)
gitlab at mg.gitlab.com
Mon Sep 2 04:30:40 UTC 2024
Matt Selsky pushed to branch master at NTPsec / ntpsec
Commits:
6141ffe5 by Matt Selsky at 2024-09-02T00:27:50-04:00
Stop hardcoding OS image/version for macOS gitlab runner
We were using "macos-12-xcode-14" but that's no longer valid per
https://docs.gitlab.com/ee/ci/runners/hosted_runners/macos.html If we don't
specify an image at all, currently "macos-13-xcode-14" will be used and we
assume that a reasonable default will continue to be set in the future.
- - - - -
2 changed files:
- .gitlab-ci.yml
- .gitlab-opttest-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -370,7 +370,6 @@ coverity-scan:
macos-basic:
<<: *job_definition
- image: macos-12-xcode-14
script:
- PKG_CONFIG_PATH=${HOMEBREW_PREFIX}/opt/openssl/lib/pkgconfig python ./waf configure --disable-doc --disable-manpage build --pyshebang "/usr/bin/env python3"
- DESTDIR=build/prison python ./waf install
@@ -386,7 +385,6 @@ macos-basic:
macos-refclocks:
<<: *job_definition
- image: macos-12-xcode-14
script:
- PKG_CONFIG_PATH=${HOMEBREW_PREFIX}/opt/openssl/lib/pkgconfig python ./waf configure --disable-doc --disable-manpage --refclock=all build || cat build/config.log
tags:
=====================================
.gitlab-opttest-ci.yml
=====================================
@@ -74,7 +74,6 @@ gentoo-options-tester:
macos-options-tester:
stage: test
needs: []
- image: macos-12-xcode-14
script:
- PKG_CONFIG_PATH=${HOMEBREW_PREFIX}/opt/openssl/lib/pkgconfig PYTHON=${HOMEBREW_PREFIX}/bin/python3 tests/option-tester.sh
tags:
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/6141ffe5bf9ea40d879cf7ecf685faa75d7b40ad
--
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/6141ffe5bf9ea40d879cf7ecf685faa75d7b40ad
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/20240902/6015a0d7/attachment-0001.htm>
More information about the vc
mailing list