Remove temporary hacks from Makefile

This commit is contained in:
Mitchell Hashimoto 2018-05-03 09:24:20 -07:00
parent ed14e9edf8
commit 917db9770d
No known key found for this signature in database
GPG Key ID: 744E147AA52F5B0A
1 changed files with 0 additions and 3 deletions

View File

@ -40,9 +40,6 @@ bin: tools
dev: changelogfmt vendorfmt dev-build
dev-build:
@echo "--> TEMPORARY HACK: installing hashstructure to make CI pass until we vendor it upstream"
go get github.com/mitchellh/hashstructure
go get github.com/stretchr/testify/mock
@echo "--> Building consul"
mkdir -p pkg/$(GOOS)_$(GOARCH)/ bin/
go install -ldflags '$(GOLDFLAGS)' -tags '$(GOTAGS)'