[Git][NTPsec/ntpsec][master] Attempt to fix Alpine CI troubles
Hal Murray (@hal.murray)
gitlab at mg.gitlab.com
Thu Jun 18 06:39:05 UTC 2026
Hal Murray pushed to branch master at NTPsec / ntpsec
Commits:
c7461cb7 by Hal Murray at 2026-06-17T23:38:02-07:00
Attempt to fix Alpine CI troubles
Python 3.12 => 3.14
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -2,7 +2,7 @@ pages:
stage: build
image: $CI_REGISTRY/ntpsec/ntpsec/alpine-pages
script:
- - echo /tmp/docbot-local/lib/python3.12/site-packages > /usr/lib/python3.12/site-packages/ntpsec.pth
+ - echo /tmp/docbot-local/lib/python3.14/site-packages > /usr/lib/python3.14/site-packages/ntpsec.pth
- mkdir -p public/latest
- python3 ./waf configure --prefix=/tmp/docbot-local --htmldir=`pwd`/public/latest/ --enable-doc --disable-manpage build install
# tar to work around waf ignoring GNU dirs
@@ -47,7 +47,7 @@ alpine-basic:
<<: *job_definition
image: $CI_REGISTRY/ntpsec/ntpsec/alpine
script:
- - echo /usr/local/lib/python3.12/site-packages > /usr/lib/python3.12/site-packages/ntpsec.pth
+ - echo /usr/local/lib/python3.14/site-packages > /usr/lib/python3.14/site-packages/ntpsec.pth
- python3 ./waf configure --enable-warnings --enable-Werror --disable-doc --disable-manpage build --pyshebang "/usr/bin/env python3"
- python3 ./waf install
- python3 ./waf uninstall
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/c7461cb7d5e7e69f9adbd60d937f30f499f34b33
--
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/c7461cb7d5e7e69f9adbd60d937f30f499f34b33
You're receiving this email because of your account on gitlab.com. Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20260618/729f14de/attachment-0001.htm>
More information about the vc
mailing list