mirror of https://github.com/hashicorp/consul
Browse Source
This patch runs 'go install' instead of gox which runs 'go build' for 'make dev' and copies the binary into ./bin and ./pkg/${GOOS}_${GOARCH} to mimick the previous behavior. This reduces the roundtrip times for a dev build from 11 sec to 500ms if there weren't any changes.pull/2987/head
Frank Schröder
8 years ago
committed by
GitHub
2 changed files with 17 additions and 9 deletions
Loading…
Reference in new issue