Skip to content

Commit 55442e8

Browse files
committed
Auto merge of #4659 - integer32llc:pin-nightly, r=alexcrichton
try pinning to a nightly of two weeks ago This passed CI [over here](#4658) and should get the 32-bit windows cross compiling tests passing until someone figures out why rustc is broken for that purpose r? @alexcrichton cc rust-lang/rust#45500
2 parents 92a3a4e + 4f3795b commit 55442e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ matrix:
2424

2525
- env: TARGET=x86_64-unknown-linux-gnu
2626
ALT=i686-unknown-linux-gnu
27-
rust: nightly
27+
rust: nightly-2017-10-10
2828
install:
2929
- mdbook --help || cargo install mdbook --force
3030
script:

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ environment:
2626

2727
install:
2828
- appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
29-
- rustup-init.exe -y --default-host x86_64-pc-windows-msvc --default-toolchain nightly
29+
- rustup-init.exe -y --default-host x86_64-pc-windows-msvc --default-toolchain nightly-2017-10-10
3030
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
3131
- rustup target add %OTHER_TARGET%
3232
- rustc -V

0 commit comments

Comments
 (0)