Refactor tidb build (#5577)

This commit is contained in:
AdamKorcz 2021-04-03 20:14:32 +01:00 committed by GitHub
parent ecbb6ddcc8
commit 33a0d47a9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 9 deletions

View File

@ -15,13 +15,7 @@
#
################################################################################
if [[ $SANITIZER = *coverage* ]]; then
compile_go_fuzzer github.com/pingcap/tidb/types FuzzMarshalJSON fuzzMarshalJSON
compile_go_fuzzer github.com/pingcap/tidb/types FuzzNewBitLiteral fuzzNewBitLiteral
compile_go_fuzzer github.com/pingcap/tidb/types FuzzNewHexLiteral fuzzNewHexLiteral
exit 0
fi
compile_go_fuzzer ./types FuzzMarshalJSON fuzzMarshalJSON
compile_go_fuzzer ./types FuzzNewBitLiteral fuzzNewBitLiteral
compile_go_fuzzer ./types FuzzNewHexLiteral fuzzNewHexLiteral
compile_go_fuzzer github.com/pingcap/tidb/types FuzzMarshalJSON fuzzMarshalJSON
compile_go_fuzzer github.com/pingcap/tidb/types FuzzNewBitLiteral fuzzNewBitLiteral
compile_go_fuzzer github.com/pingcap/tidb/types FuzzNewHexLiteral fuzzNewHexLiteral