algorand / algorand/go-algorand
make install assumes that Go binaries are installed in $GOPATH/bin - this is a bad assumption
Ouverte
Low Priority
Team Hyper Flow
- Langage dominant
- Go
- Étoiles
- 1.4k
- Forks
- 537
- Merge moyen
- 1 j 6 h
- PR mergées (30 j)
- 17
Description
### 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.
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.