Skip to content

Commit

Permalink
fix tipb
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyuhang0 committed Jan 3, 2025
1 parent 5bec162 commit be6fc7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tikv-client/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ filegroup(
name = "protos",
srcs = glob([
"kvproto/proto/*.proto",
"kvproto/_vendor/src/github.com/gogo/protobuf/tree/master/gogoproto/*.proto",
"kvproto/_vendor/src/github.com/gogo/protobuf/gogoproto/*.proto",
"tipb/proto/*.proto",
]),
)
Expand Down
2 changes: 1 addition & 1 deletion tikv-client/scripts/proto.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ CURRENT_DIR=`pwd`
TISPARK_HOME="$(cd "`dirname "$0"`"/../..; pwd)"
cd $TISPARK_HOME/tikv-client

tipb_hash=4d69c6f95e683dfb5859277563bf896aca06ec34
tipb_hash=07c1d4cf43236a98d6299afbe864b628b52c0eae

if [ -d "tipb" ]; then
cd tipb; git fetch -p; git checkout ${tipb_hash}; cd ..
Expand Down

0 comments on commit be6fc7b

Please sign in to comment.