提交 89c09813 编写于 作者: D David Sharp 提交者: Jingyi Mei

remove several steps before coverity scan[#135582491]

Signed-off-by: NJingyi Mei <jmei@pivotal.io>
上级 b8a411f0
......@@ -45,10 +45,11 @@ function make_sync_tools() {
function build_gpdb_and_scan_with_coverity() {
pushd gpdb_src/gpAux
make distclean
./configure && \
cov-build --dir "$1" make BLD_TARGETS="gpdb" \
GPROOT=/usr/local
make distclean
popd
pushd gpdb_src
./configure
cov-build --dir "$1" make BLD_TARGETS="gpdb" GPROOT=/usr/local
popd
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册