Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/duarten/rust-bazel-cross
Cross-compilation example with rules_rust
https://github.com/duarten/rust-bazel-cross
Last synced: about 2 months ago
JSON representation
Cross-compilation example with rules_rust
- Host: GitHub
- URL: https://github.com/duarten/rust-bazel-cross
- Owner: duarten
- Created: 2021-08-01T17:03:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-01T18:10:14.000Z (over 3 years ago)
- Last Synced: 2024-10-16T07:16:57.133Z (3 months ago)
- Language: Starlark
- Size: 5.86 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rust-bazel-cross
Example of cross-compilation from macOS to a Linux musl target. Requires installing `musl-cross`:
```
brew install filosottile/musl-cross/musl-cross
```