Skip to content

Commit

Permalink
makefile: remove useless item (#35186)
Browse files Browse the repository at this point in the history
ref #31716
  • Loading branch information
hawkingrei authored Jun 7, 2022
1 parent d3cbae0 commit 5369b49
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -409,15 +409,6 @@ dumpling_integration_test: dumpling_bins failpoint-enable build_dumpling
@make failpoint-disable
./dumpling/tests/run.sh $(CASE)

dumpling_tools:
@echo "install dumpling tools..."
@cd dumpling/tools && make

dumpling_tidy:
@echo "go mod tidy"
GO111MODULE=on go mod tidy
git diff --exit-code go.mod go.sum dumpling/tools/go.mod dumpling/tools/go.sum

dumpling_bins:
@which bin/tidb-server
@which bin/minio
Expand Down

0 comments on commit 5369b49

Please sign in to comment.