Merge commit '0969bc6dde
' into sync_cg_clif-2021-03-29
This commit is contained in:
parent
500bcfcdb3
commit
07968a001d
49 changed files with 880 additions and 495 deletions
|
@ -8,7 +8,7 @@ case $1 in
|
|||
|
||||
echo "=> Installing new nightly"
|
||||
rustup toolchain install --profile minimal "nightly-${TOOLCHAIN}" # Sanity check to see if the nightly exists
|
||||
echo "nightly-${TOOLCHAIN}" > rust-toolchain
|
||||
sed -i "s/\"nightly-.*\"/\"nightly-${TOOLCHAIN}\"/" rust-toolchain
|
||||
rustup component add rustfmt || true
|
||||
|
||||
echo "=> Uninstalling all old nighlies"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue