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

darwin-x64 is broken #1

Open
sharkone opened this issue Feb 13, 2015 · 2 comments
Open

darwin-x64 is broken #1

sharkone opened this issue Feb 13, 2015 · 2 comments

Comments

@sharkone
Copy link

docker build steeve/cross-compiler:darwin-x64
...
docker run -ti steeve/cross-compiler:darwin-x64

Then inside:

root@f343829869fd:/# x86_64-apple-darwin14-c++ 
Illegal instruction
@steeve
Copy link
Owner

steeve commented Feb 13, 2015

hummm i would understand if you pulled it from docker's repo, but since you built it yourself, i fail to see how this could happen

@sharkone
Copy link
Author

Well actually it turns out that using the repro steps above, it pulls from the repo. And the build there seems broken.

Force building from scratch like this:

git clone https://github.com/steeve/cross-compiler
cd cross-compiler
make PLATFORMS=darwin-x64

actually creates a working image. Maybe a rebuilt should be retriggered on the Docker Hub ?

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

2 participants