Add build-cpp as a dependency of verifiers (#7207)

This commit is contained in:
XuanYang-cn 2021-08-20 17:45:17 +08:00 committed by GitHub
parent afc901a966
commit d432bbba1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,7 +76,7 @@ else
# @${GOPATH}/bin/ruleguard -rules ruleguard.rules.go ./tests/go/...
endif
verifiers: getdeps cppcheck fmt static-check ruleguard
verifiers: build-cpp getdeps cppcheck fmt static-check ruleguard
# Builds various components locally.
binlog: