mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-27 07:03:45 +00:00
build: switch back to latest official RTIM release
This commit is contained in:
parent
8fae2dd3c1
commit
02dcd629ae
@ -18,7 +18,7 @@ install:
|
|||||||
- rustup-init.exe -y --default-host %TARGET% --default-toolchain nightly
|
- rustup-init.exe -y --default-host %TARGET% --default-toolchain nightly
|
||||||
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
|
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
|
||||||
- del rust-toolchain
|
- del rust-toolchain
|
||||||
- cargo install --git https://github.com/kennytm/rustup-toolchain-install-master --debug || echo "rustup-toolchain-install-master already installed"
|
- cargo install rustup-toolchain-install-master --debug || echo "rustup-toolchain-install-master already installed"
|
||||||
- rustup-toolchain-install-master -f -n master
|
- rustup-toolchain-install-master -f -n master
|
||||||
- rustup component add rustfmt --toolchain nightly & exit 0 # Format test handles missing rustfmt
|
- rustup component add rustfmt --toolchain nightly & exit 0 # Format test handles missing rustfmt
|
||||||
- rustup default master
|
- rustup default master
|
||||||
|
@ -5,8 +5,7 @@ cd "$(dirname "$0")" || exit
|
|||||||
|
|
||||||
if ! command -v rustup-toolchain-install-master > /dev/null; then
|
if ! command -v rustup-toolchain-install-master > /dev/null; then
|
||||||
cargo install \
|
cargo install \
|
||||||
--git https://github.com/lzutao/rustup-toolchain-install-master \
|
rustup-toolchain-install-master \
|
||||||
--rev c44dbf920b644000ac3ba01184cbb1a01bb91519 \
|
|
||||||
--bin rustup-toolchain-install-master \
|
--bin rustup-toolchain-install-master \
|
||||||
--debug
|
--debug
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user