Skip to content

Commit 36aca67

Browse files
committed
Pin builds to nightly-2016-08-10. rust-lang/rust#36023
1 parent c8cc167 commit 36aca67

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
@@ -90,7 +90,7 @@ install:
9090
- sudo pip install awscli
9191
- aws configure set preview.cloudfront true
9292
- curl https://static.rust-lang.org/rustup.sh |
93-
sh -s -- --prefix=$HOME/rust --spec=nightly --with-target=$TARGET
93+
sh -s -- --prefix=$HOME/rust --spec=nightly-2016-08-10 --with-target=$TARGET
9494

9595
script:
9696
- mkdir target

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ install:
2424
- curl -sSf -o rustup-init.exe https://dev-static.rust-lang.org/rustup/dist/i686-pc-windows-gnu/rustup-init.exe
2525
- rustup-init.exe -y
2626
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
27-
- rustup default nightly-x86_64-pc-windows-msvc
27+
- rustup default nightly-2016-08-10-x86_64-pc-windows-msvc
2828

2929
# Install the target we're compiling for
3030
- if NOT "%TARGET%" == "x86_64-pc-windows-msvc" rustup target add %TARGET%

0 commit comments

Comments
 (0)