-
Notifications
You must be signed in to change notification settings - Fork 17
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
Publish more images #32
Comments
You need to build them yourself according to the instructions.
we don't host these images because they are too large, too specific, legal reasons or break often. |
I am curious. The Go compiler is able to build Apple targets as a built-in feature. The Go user does not need to manually build Docker images for this. I'll accept that rustc and cargo do not have the same level of completeness regarding stock cross-compilation ability. But I am unsure why cross[-toolchains] considers it a legal issue to self publish the Docker images. How does Go get away with it? Why can't cross[-toolchains] similarly publish its artifacts? Is there another way of implementing cross, or of implementing the Docker images, that would allow cross-toolchains to publish its images? |
the issue is republishing the toolchains for c/c++ and linking, go doesn't need to do that because it doesn't use them. This could maybe be solved with another backend for codegeneration and linking. So, the problem with MSVC is that Visual Studio isn't distributable, so a docker image with it inside is neither. Does that explain it? |
When I try to consume cross-toolchains images, then Docker often complains of missing images from the GHCR.
The text was updated successfully, but these errors were encountered: