mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-07 18:58:58 +00:00
6 lines
128 B
Bash
Executable File
6 lines
128 B
Bash
Executable File
#!/bin/bash --verbose
|
|
set -e
|
|
|
|
rustup component add rust-src rustc-dev llvm-tools-preview
|
|
./build_sysroot/prepare_sysroot_src.sh
|