Building a Rust project on CircleCI

Hi,


My question here is "Is it legitimate to publish a Docker image that contains macOS SDK"?


I'm trying to build a Rust project on CircleCI. The project uses some crates which need custom compilation using `build.rs` to build native libraries so I needed to crate a Docker image that contains macOS SDK, using `osxcross`.

https://github.com/tpoechtrager/osxcross


To use the docker image on CircleCI, it should be pushed to a public repository of DockerHub. So is it legitimate to push the docker image? That means I'm publishing something that contains macOS SDK, which seems like re-distributing part of the SDK.


Thank you.

Replies

This is a legal question and, as far as I know, there are now lawyers here.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"