You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By defining _GOPATHhere, the variable seems to pick up the host CONFIG.OS and CONFIG.ARCH. The result is that setting --arch does not override the paths in _GOPATH; builds subsequently fail.
This appears to be fixable by inlining the definition of _GOPATH into _go_library_cmds and _go_binary_cmds. I'll put a PR together in a bit, if nobody beats me to it first :-P
The text was updated successfully, but these errors were encountered:
katzdm
added a commit
to katzdm/please
that referenced
this issue
Apr 9, 2019
By defining
_GOPATH
here, the variable seems to pick up the hostCONFIG.OS
andCONFIG.ARCH
. The result is that setting--arch
does not override the paths in_GOPATH
; builds subsequently fail.This appears to be fixable by inlining the definition of
_GOPATH
into_go_library_cmds
and_go_binary_cmds
. I'll put a PR together in a bit, if nobody beats me to it first :-PThe text was updated successfully, but these errors were encountered: