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

src, cmd/api: API compatibility check fails when CGO_ENABLED=0 #6578

Closed
mikioh opened this issue Oct 13, 2013 · 2 comments
Closed

src, cmd/api: API compatibility check fails when CGO_ENABLED=0 #6578

mikioh opened this issue Oct 13, 2013 · 2 comments
Milestone

Comments

@mikioh
Copy link
Contributor

mikioh commented Oct 13, 2013

Because api/run.go requires CGO-enabled os/user.Current function.
See issue #6353.
@mikioh
Copy link
Contributor Author

mikioh commented Oct 13, 2013

Comment 2:

# Checking API compatibility.
Error getting current user: user: Current not implemented on darwin/amd64
exit status 1

@minux
Copy link
Member

minux commented Oct 14, 2013

Comment 3:

This issue was closed by revision 89ebc28.

Status changed to Fixed.

@rsc rsc added this to the Go1.2 milestone Apr 14, 2015
@rsc rsc removed the go1.2 label Apr 14, 2015
@golang golang locked and limited conversation to collaborators Jun 25, 2016
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants