mirror of https://github.com/prometheus/prometheus
Browse Source
* promu: Use same go invocation as prometheus' for building If you override $(GO) var in prometheus Makefile in order to use a custom go binary you might encounter errors while building promu as promu's Makefile $(GO) var is also defined to look for go in the $PATH and you might end up using different go binaries for building prometheus and promu. This patch makes prometheus Makefile pass its $(GO) var to promu's makefile as environmental variable. Signed-off-by: Sylvain Rabot <s.rabot@lectra.com> * Makefile: Allow $(GO) to be set with environmental variable Signed-off-by: Sylvain Rabot <s.rabot@lectra.com> * Makefile: Fix hardcoded call to gofmt Signed-off-by: Sylvain Rabot <s.rabot@lectra.com>pull/3417/head
Sylvain Rabot
7 years ago
committed by
Tobias Schmidt
1 changed files with 4 additions and 2 deletions
Loading…
Reference in new issue