12308: Note xgo limitation.
authorTom Clegg <tom@tomclegg.ca>
Sat, 1 Feb 2020 07:07:19 +0000 (02:07 -0500)
committerTom Clegg <tom@tomclegg.ca>
Sat, 1 Feb 2020 07:07:19 +0000 (02:07 -0500)
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@tomclegg.ca>

cmd/arvados-client/Makefile

index be5487a8ee34155ff6750e63407fe2d4a738ff50..b043fc90e236f6b9a5f6d1f62aec4cf581e903ab 100644 (file)
@@ -3,6 +3,7 @@
 # SPDX-License-Identifier: Apache-2.0
 
 all:
+       @printf "*** note *** due to an xgo limitation, this only works when the working tree is in GOPATH\n\n"
        go mod download
        docker build --tag=cgofuse --build-arg=http_proxy="$(http_proxy)" --build-arg=https_proxy="$(https_proxy)" https://github.com/arvados/cgofuse.git
        go run github.com/karalabe/xgo --image=cgofuse --targets=linux/amd64,linux/386,darwin/amd64,darwin/386,windows/amd64,windows/386 .