[arvados-workbench2] updated: 2.7.0-169-g63ef3e48
git repository hosting
git at public.arvados.org
Tue Oct 24 13:58:32 UTC 2023
Summary of changes:
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 63ef3e48830f206a0d3afbe23bf458d52f339382 (commit)
from 1d6706fd7ae3f1c69508b1c25afccd85f6362e34 (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 63ef3e48830f206a0d3afbe23bf458d52f339382
Author: Lucas Di Pentima <lucas.dipentima at curii.com>
Date: Tue Oct 24 10:57:46 2023 -0300
21118: Attempts to avoid the 'error obtaining VCS status' issue.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima at curii.com>
diff --git a/Makefile b/Makefile
index a5da3246..6a174bcf 100644
--- a/Makefile
+++ b/Makefile
@@ -68,7 +68,7 @@ arvados-server-install: check-arvados-directory
go mod download
cd cmd/arvados-server
echo GOPATH is $(GOPATH)
- go install
+ GOFLAGS=-buildvcs=false go install
cd -
ls -l $(GOPATH)/bin/arvados-server
$(GOPATH)/bin/arvados-server install -type test
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list