plippe / rust-build-target

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rust build target

Compiling rust for certain targets, with certain linkers, can be a pain. To facilitate the process, a set of images are described in this repository, and hosted on Docker Hub.

docker run --rm -it -v $(PWD):/opt/src -w /opt/src plippe/rust-build-target:gl-ar150

About

License:The Unlicense


Languages

Language:Dockerfile 67.1%Language:Makefile 28.3%Language:Shell 4.6%