toolchain-builder/README.md
Jacob Kiers f5357cc6e0 Add builder
Signed-off-by: Jacob Kiers <jacob@jacobkiers.net>
2023-01-19 23:39:23 +01:00

683 B

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.