Skip to content
Snippets Groups Projects
Commit 3855b39b authored by Matt Selsky's avatar Matt Selsky
Browse files

Update debian-stable-mDNS-* CI targets to use python3 explicitly

parent 558108dc
No related branches found
No related tags found
No related merge requests found
Pipeline #905107537 passed
...@@ -311,13 +311,13 @@ debian-stable-mDNS-basic: ...@@ -311,13 +311,13 @@ debian-stable-mDNS-basic:
<<: *job_definition <<: *job_definition
image: $CI_REGISTRY/ntpsec/ntpsec/debian-stable-mdns image: $CI_REGISTRY/ntpsec/ntpsec/debian-stable-mdns
script: script:
- python ./waf configure --disable-doc --disable-manpage build - python3 ./waf configure --disable-doc --disable-manpage build
debian-stable-mDNS-refclocks: debian-stable-mDNS-refclocks:
<<: *job_definition <<: *job_definition
image: $CI_REGISTRY/ntpsec/ntpsec/debian-stable-mdns image: $CI_REGISTRY/ntpsec/ntpsec/debian-stable-mdns
script: script:
- python ./waf configure --disable-doc --disable-manpage --refclock=all build - python3 ./waf configure --disable-doc --disable-manpage --refclock=all build
cross-build: cross-build:
<<: *job_definition_allow_failure <<: *job_definition_allow_failure
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment