[Git][NTPsec/ntpsec][master] Make sure Coverity uses python3
James Browning
gitlab at mg.gitlab.com
Tue Sep 1 18:08:32 UTC 2020
James Browning pushed to branch master at NTPsec / ntpsec
Commits:
2219f1f6 by Matt Selsky at 2020-09-01T09:38:59-04:00
Make sure Coverity uses python3
$CI_REGISTRY/ntpsec/ntpsec/debian-unstable image only has python3 installed
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -376,7 +376,7 @@ coverity-scan:
- apt-get install -y curl
- curl -o /tmp/cov-analysis-linux64.tgz --form project=ntpsec --form token="${COVERITY_TOKEN}" https://scan.coverity.com/download/linux64
- tar zxf /tmp/cov-analysis-linux64.tgz
- - ./waf configure --disable-doc --disable-manpage --refclock=all
+ - python3 ./waf configure --disable-doc --disable-manpage --refclock=all
- cov-analysis-linux64-*/bin/cov-build --dir cov-int ./waf build
- tar czf ntpsec_coverity.tgz cov-int
- curl --form token="${COVERITY_TOKEN}" --form email=security at ntpsec.org --form file=@ntpsec_coverity.tgz --form version="$(git rev-parse --short HEAD)" --form description="Automatic submission by gitlab-ci" https://scan.coverity.com/builds?project=ntpsec
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/2219f1f66b3b260ff3133126429d6a6b444303c7
--
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/2219f1f66b3b260ff3133126429d6a6b444303c7
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/20200901/8ef0955f/attachment.htm>
More information about the vc
mailing list