algorand / algorand/go-algorand
make install assumes that Go binaries are installed in $GOPATH/bin - this is a bad assumption
未关闭
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 还没有评估数据。