https://github.com/plippe/rust-build-target
https://github.com/plippe/rust-build-target
docker rust
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/plippe/rust-build-target
- Owner: plippe
- License: unlicense
- Created: 2018-04-28T15:37:01.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-09-29T20:50:05.000Z (over 3 years ago)
- Last Synced: 2025-01-17T23:43:58.583Z (over 1 year ago)
- Topics: docker, rust
- Language: Dockerfile
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# 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](https://hub.docker.com/r/plippe/rust-build-target/).
```sh
docker run --rm -it -v $(PWD):/opt/src -w /opt/src plippe/rust-build-target:gl-ar150
```