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.
malachite/.devcontainer/setup.sh

16 lines
312 B
Bash

pacman -Syu --noconfirm
pacman -S --noconfirm \
curl \
git \
base-devel \
lldb \
rustup
rustup install nightly
rustup component add rustfmt
rustup component add rustfmt --toolchain nightly
rustup component add clippy
rustup component add clippy --tolchain nightly
cargo install cargo-audit