Skip to content

Commit

Permalink
Remove tools from the repository (cosmos#4683)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessio Treglia authored Jul 4, 2019
1 parent 74915f1 commit 01d4425
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 618 deletions.
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ go-mod-cache: go.sum
go.sum: go.mod
@echo "--> Ensure dependencies have not been modified"
@go mod verify
@go mod tidy

clean:
rm -rf snapcraft-local.yaml build/
Expand Down Expand Up @@ -125,8 +126,9 @@ test_sim_benchmark_invariants:

# Don't move it into tools - this will be gone once gaia has moved into the new repo
runsim: $(BINDIR)/runsim
$(BINDIR)/runsim: contrib/runsim/main.go contrib/runsim/notification.go
go install github.com/cosmos/cosmos-sdk/contrib/runsim
$(BINDIR)/runsim:
go get github.com/cosmos/tools/cmd/runsim/
go mod tidy

SIM_NUM_BLOCKS ?= 500
SIM_BLOCK_SIZE ?= 200
Expand Down
6 changes: 4 additions & 2 deletions contrib/devtools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ CLOG = $(TOOLS_DESTDIR)/clog
all: tools

tools: tools-stamp
tools-stamp: $(STATIK) $(GOIMPORTS) $(CLOG)
go mod tidy

tools-stamp: $(STATIK) $(GOIMPORTS)
touch $@

$(GOLANGCI_LINT): $(mkfile_dir)/install-golangci-lint.sh
Expand All @@ -65,7 +67,7 @@ $(GOIMPORTS):
go get golang.org/x/tools/cmd/[email protected]

$(CLOG):
$(call go_install,alessio,clog,1)
go get github.com/cosmos/tools/cmd/clog/

golangci-lint: $(GOLANGCI_LINT)

Expand Down
356 changes: 0 additions & 356 deletions contrib/runsim/main.go

This file was deleted.

Loading

0 comments on commit 01d4425

Please sign in to comment.