An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Docker + Rust + OSXCross

[![Build Status](https://cloud.drone.io/api/badges/katharostech/docker_rust-osxcross/status.svg)](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.