Skip to content
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

Enable successful install on macOS 10.12.6 #6

Merged
merged 1 commit into from
Sep 6, 2017
Merged

Conversation

mbland
Copy link
Owner

@mbland mbland commented Sep 6, 2017

Of particular interest are the updates to ./go install languages go whereby the Go source repo is primed with the GOROOT_BOOTSTRAP version in _prepare_go_repo_for_bootstrap. This is necessary due to the macOS Sierra issues described in golang/go#16352. The fix is only in the release-branch.go1.4 branch not a tag, which causes gvm not to find it without this priming step.

Of particular interest are the updates to `./go install languages go`
whereby the Go source repo is primed with the `GOROOT_BOOTSTRAP` version
in `_prepare_go_repo_for_bootstrap`. This is necessary due to the macOS
Sierra issues described in golang/go#16352.
The fix is only in the `release-branch.go1.4` branch not a tag, which
causes `gvm` not to find it without this priming step.
@mbland mbland added the bug label Sep 6, 2017
@mbland mbland self-assigned this Sep 6, 2017
@mbland mbland merged commit bac01f3 into master Sep 6, 2017
@mbland mbland deleted the updates-20170905 branch September 6, 2017 02:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant