Toolchain builder for Rust cross compilation
- Shell 100%
|
|
||
|---|---|---|
| zig | ||
| .gitignore | ||
| build.sh | ||
| Dockerfile-full | ||
| Dockerfile-slim | ||
| Dockerfile-zig | ||
| LICENSE | ||
| README.md | ||
toolchain-builder
Toolchain builder for Rust cross compilation.
This project build the toolchain used for newsletter2web.
By default, it uses the latest Rust and cross versions.
Usage
USAGE: ./build.sh <slim|full|zig> [rust version] [cross version] [zig version]
Arguments:
<slim|full> Slim build (without targets) or Full build (with targets)
[rust version] Version of rust (https://github.com/rust-lang/rust)
[cross version] Version of cross (https://github.com/cross-rs/cross)
[zig version] Version of zig (https://ziglang.org/download)
Use 'master' for master version of zig
All versions default to the latest release.