mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
Merge branch 'master' of https://gitlab.redox-os.org/redox-os/redox
This commit is contained in:
commit
0fb1385ac3
@ -3,7 +3,7 @@
|
||||
# This script install the Rust toolchain and the build system dependencies
|
||||
# in Podman after the image has been built
|
||||
|
||||
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain stable
|
||||
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain stable --profile minimal
|
||||
|
||||
curl -sSLf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
|
||||
cargo +stable binstall --no-confirm --force --version 0.10.0 sccache
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
[toolchain]
|
||||
channel = "nightly-2025-01-12"
|
||||
components = ["rust-src"]
|
||||
components = ["rust-src", "rustfmt", "clippy"]
|
||||
profile = "minimal"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user