-
Notifications
You must be signed in to change notification settings - Fork 712
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes building scope outside of a container. #901
Conversation
I don't think an GO ?= env GO15VENDOREXPERIMENT=1 go
target:
$(GO) build but I defer to either @paulbellamy or @tomwilkie on this. |
Yes! I will update this PR w/ Peter's suggestion! |
Running this, still wants to build the docker container:
On the other hand, if I just run the following in master (without
Is this PR still needed? |
That is weird! Doesn't work for me on master =/ I will update this PR though.
|
@peterbourgon can you have another quick look when you get a sec. Ta! |
So all this does is enforce GO15VENDOREXPERIMENT? — If yes, LGTM once Circle is green. |
…ainer Fixes building scope outside of a container.
Fixes #900