mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-02 16:34:37 +00:00
coverity: fix download URL
This commit is contained in:
parent
e3298a3308
commit
6c4d2d3ea2
@ -12,12 +12,11 @@ then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
COV_VERSION=6.6.1
|
||||
case $(uname -m) in
|
||||
i?86) BITS=32 ;;
|
||||
amd64|x86_64) BITS=64 ;;
|
||||
esac
|
||||
SCAN_TOOL=https://scan.coverity.com/download/linux-${BITS}
|
||||
SCAN_TOOL=https://scan.coverity.com/download/cxx/linux${BITS}
|
||||
TOOL_BASE=$(pwd)/_coverity-scan
|
||||
|
||||
# Install coverity tools
|
||||
|
Loading…
Reference in New Issue
Block a user