https://github.com/katharostech/docker_rust-osxcross
Rust Docker image with OSXCross installed for cross compiling Rust projects for OSX
https://github.com/katharostech/docker_rust-osxcross
Last synced: 4 months ago
JSON representation
Rust Docker image with OSXCross installed for cross compiling Rust projects for OSX
- Host: GitHub
- URL: https://github.com/katharostech/docker_rust-osxcross
- Owner: katharostech
- License: unlicense
- Created: 2019-12-07T20:42:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-07T21:52:29.000Z (over 6 years ago)
- Last Synced: 2025-10-29T00:41:07.098Z (8 months ago)
- Language: Dockerfile
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker + Rust + OSXCross
[](https://cloud.drone.io/katharostech/docker_rust-osxcross)
Rust Docker image with OSXCross installed for cross compiling Rust projects for OSX.
This image is meant primarily as a base for your own builds. While it does have the tools installed, it does not have any scripts to run the actual build.
This container is built off of the `rust:latest` Docker image, but this image will not be rebuilt automatically when the `rust:latest` image is. It is recommended that you use rustup in your build script to update/install the version of Rust that you need when using this image.
> **Note:** You may have to add `PATH="$PATH:/build/osxcross/target/bin"` to your build script in order to make the OSXCross tools available.