Skip to content

Commit d23806b

Browse files
authored
tidb: fix broken build (#12510)
Signed-off-by: Adam Korczynski <adam@adalogics.com>
1 parent 3302ca5 commit d23806b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

projects/tidb/build.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
#
1616
################################################################################
1717

18-
mv $SRC/fuzzMarshalJSON.go $SRC/tidb/types/
19-
mv $SRC/fuzzNewBitLiteral.go $SRC/tidb/types/
20-
mv $SRC/fuzzNewHexLiteral.go $SRC/tidb/types/
18+
mv $SRC/fuzzMarshalJSON.go $SRC/tidb/pkg/types/
19+
mv $SRC/fuzzNewBitLiteral.go $SRC/tidb/pkg/types/
20+
mv $SRC/fuzzNewHexLiteral.go $SRC/tidb/pkg/types/
2121

22-
compile_go_fuzzer github.com/pingcap/tidb/types FuzzUnmarshalJSON fuzzUnmarshalJSON
23-
compile_go_fuzzer github.com/pingcap/tidb/types FuzzNewBitLiteral fuzzNewBitLiteral
24-
compile_go_fuzzer github.com/pingcap/tidb/types FuzzNewHexLiteral fuzzNewHexLiteral
22+
compile_go_fuzzer github.com/pingcap/tidb/pkg/types FuzzUnmarshalJSON fuzzUnmarshalJSON
23+
compile_go_fuzzer github.com/pingcap/tidb/pkg/types FuzzNewBitLiteral fuzzNewBitLiteral
24+
compile_go_fuzzer github.com/pingcap/tidb/pkg/types FuzzNewHexLiteral fuzzNewHexLiteral

0 commit comments

Comments
 (0)