-
Notifications
You must be signed in to change notification settings - Fork 2k
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-compilation failure on OS X host #505
Comments
#421 removes the CGO dependency, so you could just use Go's native cross-compiling. |
@carlosdp Thanks! I will subscribe on it. |
You should now be able to cross-compile with |
Perfect, It works fine! |
Just updating this issue, we will have to go back to CGO since the user lookup mechanism based on /etc/passwd is not working on coreos |
Where does coreos store that? |
@diptanu So now (due to #591) this issue is reproduced again:
Should it be reopen? |
It shouldn't be reopened because this project needs cgo. So cross compiling should not be expected to work. |
OK, I got it. Thanks. |
Quick question, does this mean that |
I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues. |
This issue has been mentioned here: #438 (comment)
I'm new with Golang :(. Please, advice - how can I fix that? I believe, it should be possible to cross-compile Nomad for Linux.
P.s. Seems like there is some new stuff in Go 1.5, related to cross-compilation:
http://dave.cheney.net/2015/03/03/cross-compilation-just-got-a-whole-lot-better-in-go-1-5
Is it the reason of this issue?
cc: @cbednarski
The text was updated successfully, but these errors were encountered: