algorand / algorand/go-algorand

make install assumes that Go binaries are installed in $GOPATH/bin - this is a bad assumption

未关闭
#3,667 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
Low Priority Team Hyper Flow
主要语言
Go
星标
1.4k
派生
537
平均合并
1 天 7 小时
30 天内合并 PR
18

描述

### Subject of the issue

Go binaries are installed to $GOBIN if that env variable exists. Having $GOBIN set and pointing to a different location than $GOPATH/bin will cause `make install` to fail.

The solution is to check for the existence of the $GOBIN env variable and use that, or to explicitly state that this configuration is not supported.

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。