1
3
Fork 8

github-cli: use GH_VERSION to make sure our binary is properly versioned

Dieser Commit ist enthalten in:
Paul Mulders 2021-06-11 23:01:15 +02:00
Ursprung 302ee5abfc
Commit 90eb2722f9
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen

Datei anzeigen

@ -23,6 +23,7 @@ BUGS_TO="hasufell@posteo.de"
src_compile() {
export GOPATH="${WORK}"/.gopath
export GOBIN="${WORK}"/.bin
export GH_VERSION="v${PV}"
unset LDFLAGS
esandbox disable_net