mirror of https://github.com/google/oss-fuzz.git
Refactor tidb build (#5577)
This commit is contained in:
parent
ecbb6ddcc8
commit
33a0d47a9e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue