[Git][NTPsec/ntpsec][master] Update debian-stable-mDNS-* CI targets to use python3 explicitly
Matt Selsky (@selsky)
gitlab at mg.gitlab.com
Tue Jun 20 04:47:32 UTC 2023
Matt Selsky pushed to branch master at NTPsec / ntpsec
Commits:
3855b39b by Matt Selsky at 2023-06-20T00:46:50-04:00
Update debian-stable-mDNS-* CI targets to use python3 explicitly
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -311,13 +311,13 @@ debian-stable-mDNS-basic:
<<: *job_definition
image: $CI_REGISTRY/ntpsec/ntpsec/debian-stable-mdns
script:
- - python ./waf configure --disable-doc --disable-manpage build
+ - python3 ./waf configure --disable-doc --disable-manpage build
debian-stable-mDNS-refclocks:
<<: *job_definition
image: $CI_REGISTRY/ntpsec/ntpsec/debian-stable-mdns
script:
- - python ./waf configure --disable-doc --disable-manpage --refclock=all build
+ - python3 ./waf configure --disable-doc --disable-manpage --refclock=all build
cross-build:
<<: *job_definition_allow_failure
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/3855b39b2bf32cd6aa10e42ebb6021612b2a92f5
--
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/3855b39b2bf32cd6aa10e42ebb6021612b2a92f5
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/20230620/37780a05/attachment.htm>
More information about the vc
mailing list