X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=appveyor.yml;h=f50d1e88a24f2a3214fc17b46b8fdbd859d8aaf7;hb=a16edf84ce17095ebeebccb5662441ef1c824905;hp=e43750c30a6aae38205e685d423c632755327b73;hpb=efeed9aefc172315fd840d27514069f7c0d27329;p=rust.git diff --git a/appveyor.yml b/appveyor.yml index e43750c30a6..f50d1e88a24 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,17 +6,16 @@ environment: #- TARGET: i686-pc-windows-msvc #- TARGET: x86_64-pc-windows-gnu - TARGET: x86_64-pc-windows-msvc - MSYS2_BITS: 64 install: - - set PATH=C:\Program Files\Git\mingw64\bin;%PATH% - - del rust-toolchain - curl -sSf -o rustup-init.exe https://win.rustup.rs/ - rustup-init.exe -y --default-host %TARGET% --default-toolchain nightly - - set PATH=%PATH%;C:\Users\appveyor\.cargo\bin;C:\Users\appveyor\.rustup\toolchains\nightly-%TARGET%\bin - - if defined MSYS2_BITS set PATH=%PATH%;C:\msys64\mingw%MSYS2_BITS%\bin + - set PATH=%PATH%;C:\Users\appveyor\.cargo\bin + - git ls-remote https://github.com/rust-lang/rust.git master | awk '{print $1}' >rustc-hash.txt + - set /p RUSTC_HASH=