mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 05:45:46 +00:00
b6ae9f187c
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.