[Git][NTPsec/ntpsec][master] Remove CI target "cross-build"
Matt Selsky (@selsky)
gitlab at mg.gitlab.com
Sun Sep 8 19:20:03 UTC 2024
Matt Selsky pushed to branch master at NTPsec / ntpsec
Commits:
5af01fe3 by Matt Selsky at 2024-09-08T15:16:19-04:00
Remove CI target "cross-build"
This CI target has long been superceded by "cross-armhf-build" with the other
target having the advantage of using a modern OS distribution and being runable
via docker instead of requiring a specific VM.
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -318,15 +318,6 @@ debian-stable-mDNS-refclocks:
script:
- python3 ./waf configure --disable-doc --disable-manpage --refclock=all build
-cross-build:
- <<: *job_definition_allow_failure
- script:
- - PYTHON_VERSION=2.7 PYTAG=cpython27 pyext_PATTERN="%s.so" PYTHON_LDFLAGS='-lpthread -ldl' ./waf configure --disable-doc --disable-manpage --disable-nts --cross-compiler=arm-linux-gnueabihf-gcc-5 --cross-cflags '-I/srv/arm-local/include -I/srv/arm-local/include/python2.7' --cross-ldflags '-L/srv/arm-local/lib' --pythondir=/srv/arm-local/lib/python2.7/dist-packages --pythonarchdir=/srv/arm-local/lib/python2.7/dist-packages build
- tags:
- - ubuntu-1604-lts
- rules:
- - if: '$CI_COMMIT_BRANCH && $CI_PROJECT_PATH == "NTPsec/ntpsec"'
-
cross-armhf-build:
<<: *job_definition_allow_failure
image: $CI_REGISTRY/ntpsec/ntpsec/cross-armhf
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/5af01fe36a66b60496fcdf7bcfc31334370cff1b
--
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/5af01fe36a66b60496fcdf7bcfc31334370cff1b
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/20240908/8c9dd8c9/attachment.htm>
More information about the vc
mailing list