algorand / algorand/go-algorand

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

Ouverte
#3,667 1 commentaire 0 réactions 0 personnes assignées Voir sur GitHub
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.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.