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