[ARVADOS] updated: 2.1.0-1778-ga371c7f1c
Git user
git at public.arvados.org
Wed Jan 5 21:34:16 UTC 2022
Summary of changes:
build/run-library.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via a371c7f1c7ea0d67572b025f9f2e590d2e1fbe01 (commit)
from 98d63ca62daada9803edfdd5ad72304cae19b92c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit a371c7f1c7ea0d67572b025f9f2e590d2e1fbe01
Author: Ward Vandewege <ward at curii.com>
Date: Wed Jan 5 14:56:03 2022 -0500
Remove one more use of `go get` from run-library.sh.
No issue #
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>
diff --git a/build/run-library.sh b/build/run-library.sh
index d0ddcd6c6..4a3e756ad 100755
--- a/build/run-library.sh
+++ b/build/run-library.sh
@@ -157,7 +157,7 @@ package_go_binary() {
return 1
fi
- go get -ldflags "-X git.arvados.org/arvados.git/lib/cmd.version=${go_package_version} -X main.version=${go_package_version}" "git.arvados.org/arvados.git/$src_path"
+ go install -ldflags "-X git.arvados.org/arvados.git/lib/cmd.version=${go_package_version} -X main.version=${go_package_version}" "git.arvados.org/arvados.git/$src_path"
local -a switches=()
systemd_unit="$WORKSPACE/${src_path}/${prog}.service"
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list