pidgin/builders

Parents a03f7005a8f3
Children 6b6a9ce626d0
Remove the license expiration check from pvs-studio as it causes a failure when your license is valid
--- a/pvs-studio/build.sh Fri May 07 06:01:18 2021 -0500
+++ b/pvs-studio/build.sh Wed Jun 02 19:22:13 2021 -0500
@@ -50,7 +50,7 @@
ninja -t compdb
# run the analyzer
-pvs-studio-analyzer analyze -l /license -o pvs-studio.log --disableLicenseExpirationCheck
+pvs-studio-analyzer analyze -l /license -o pvs-studio.log
# convert the output to html
plog-converter -a GA:1,2 -t fullhtml -o pvs-studio -p ${HG_REMOTE} -v ${HG_COMMIT} ${PLOG_ARGS} pvs-studio.log