You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Signed-off-by: Jacob Kiers <jacob@jacobkiers.net> |
2 months ago | |
---|---|---|
.gitignore | 2 months ago | |
Dockerfile-full | 2 months ago | |
Dockerfile-slim | 2 months ago | |
LICENSE | 2 months ago | |
README.md | 2 months ago | |
build.sh | 2 months ago |
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> [rust version] [cross 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)
Both versions default to the latest version.