aboutsummaryrefslogtreecommitdiff
path: root/projects/tidb/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'projects/tidb/build.sh')
-rwxr-xr-xprojects/tidb/build.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/projects/tidb/build.sh b/projects/tidb/build.sh
index ee6fbd35d..c11028f24 100755
--- a/projects/tidb/build.sh
+++ b/projects/tidb/build.sh
@@ -18,9 +18,7 @@
# Insert empty main function
sed -i '23 i\func main(){}'\\n $SRC/tidb/plugin/conn_ip_example/conn_ip_example.go
-mkdir $GOPATH/src/github.com/pingcap
-mv $SRC/tidb $GOPATH/src/github.com/pingcap/
-cd $GOPATH/src/github.com/pingcap/tidb && go get ./...
+go get ./...
compile_go_fuzzer github.com/pingcap/tidb/types FuzzMarshalJSON fuzzMarshalJSON
compile_go_fuzzer github.com/pingcap/tidb/types FuzzNewBitLiteral fuzzNewBitLiteral