mirror of
https://github.com/status-im/consul.git
synced 2025-02-22 18:38:19 +00:00
Remove temporary hacks from Makefile
This commit is contained in:
parent
3d3eee2f6e
commit
6031c58ef9
@ -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)'
|
||||
|
Loading…
x
Reference in New Issue
Block a user