Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Commit d8a85e8

Browse files
committed
[FABG-789] Make depend should work when GOBIN is set
Change-Id: I59848e6ee4241a9c77e28c80e978813ddc459021 Signed-off-by: Troy Ronda <troy@troyronda.com>
1 parent 9efe90f commit d8a85e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/scripts/dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ function installGoPkg {
8989
echo " using tag ${revision}"
9090
fi
9191
(cd ${BUILD_TMP}/src/${repo} && git reset --hard ${revision})
92-
GOPATH=${BUILD_TMP} go install -i ${repo}/${pkgPath}
92+
GOPATH=${BUILD_TMP} GOBIN=${BUILD_TMP}/bin go install -i ${repo}/${pkgPath}
9393

9494
mkdir -p ${GOPATH}/bin
9595
for cmd in ${cmds[@]}

0 commit comments

Comments
 (0)