mirror of https://github.com/prometheus/prometheus
Browse Source
goyacc is installed using 'install-goyacc' and ends up in GOPATH/bin. GOPATH isn't usually part of standard PATH, so when make tries to run goyacc it fails, unless PATH includes GOPATH/bin. Other Go tools, like golangci-lint, are also installed via go install into GOPATH/bin but they run correctly because make invocations for them use FIRST_GOPATH viriable to use full path. Call goyacc using FIRST_GOPATH/bin as well so it works without GOPATH being included in PATH. Signed-off-by: Lukasz Mierzwa <lukasz@cloudflare.com>pull/14151/head^2
Łukasz Mierzwa
5 months ago
committed by
GitHub
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue