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

Cross binaries don't work on OS X #194

Closed
jbeda opened this issue Sep 10, 2015 · 0 comments
Closed

Cross binaries don't work on OS X #194

jbeda opened this issue Sep 10, 2015 · 0 comments

Comments

@jbeda
Copy link
Contributor

jbeda commented Sep 10, 2015

Do this:

osx$ make shell
shell-container$ make cross
shell-container$ exit
osx$ cross/darwin/amd64/notary init example.com/scripts
* fatal: cannot get current user: user: Current not implemented on darwin/amd64

Looks like there is no darwin support for finding the home dir for static builds.

This library looks like a good solution: https://github.com/mitchellh/go-homedir.

jbeda added a commit to jbeda/notary that referenced this issue Sep 10, 2015
Fixes notaryproject#194.

Signed-off-by: Joe Beda <joe.github@bedafamily.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant