mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
9 lines
317 B
Bash
Executable File
9 lines
317 B
Bash
Executable File
#/usr/bin/env bash
|
|
|
|
# Install Rust in Podman, after the image has been built
|
|
|
|
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain stable
|
|
cargo +stable install --force --version 0.1.1 cargo-config
|
|
cargo +stable install --force --version 1.16.0 just
|
|
cargo +stable install --force --version 0.26.0 cbindgen
|