File tree 3 files changed +7
-2
lines changed 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -91,6 +91,10 @@ matrix:
91
91
env : TARGET=i686-linux-android
92
92
DOCKER=android
93
93
SKIP_TESTS=1
94
+ - os : linux
95
+ env : TARGET=x86_64-linux-android
96
+ DOCKER=android
97
+ SKIP_TESTS=1
94
98
95
99
# On OSX we want to target 10.7 so we ensure that the appropriate
96
100
# environment variable is set to tell the linker what we want.
@@ -122,7 +126,7 @@ install:
122
126
- sudo pip install awscli
123
127
- aws configure set preview.cloudfront true
124
128
- curl https://static.rust-lang.org/rustup.sh |
125
- sh -s -- --prefix=$HOME/rust --spec=nightly-2016-11-06 --with-target=$TARGET
129
+ sh -s -- --prefix=$HOME/rust --spec=nightly-2017-04-25 --with-target=$TARGET
126
130
127
131
script :
128
132
- mkdir -p target/$TARGET
Original file line number Diff line number Diff line change @@ -532,6 +532,7 @@ platform of your choice:
532
532
- [ i686-linux-android] ( https://static.rust-lang.org/rustup/dist/i686-linux-android/rustup-init )
533
533
- [ i686-unknown-linux-gnu] ( https://static.rust-lang.org/rustup/dist/i686-unknown-linux-gnu/rustup-init )
534
534
- [ x86_64-apple-darwin] ( https://static.rust-lang.org/rustup/dist/x86_64-apple-darwin/rustup-init )
535
+ - [ x86_64-linux-android] ( https://static.rust-lang.org/rustup/dist/x86_64-linux-android/rustup-init )
535
536
- [ x86_64-pc-windows-gnu] ( https://static.rust-lang.org/rustup/dist/x86_64-pc-windows-gnu/rustup-init.exe )
536
537
- [ x86_64-pc-windows-msvc] ( https://static.rust-lang.org/rustup/dist/x86_64-pc-windows-msvc/rustup-init.exe ) <sup >[ †] ( #vs2015 ) </sup >
537
538
- [ x86_64-unknown-freebsd] ( https://static.rust-lang.org/rustup/dist/x86_64-unknown-freebsd/rustup-init )
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ install:
44
44
45
45
# Install rust, x86_64-pc-windows-msvc host
46
46
- appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
47
- - rustup-init.exe -y --default-toolchain=nightly-2017-01-06 -x86_64-pc-windows-msvc
47
+ - rustup-init.exe -y --default-toolchain=nightly-2017-04-25 -x86_64-pc-windows-msvc
48
48
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
49
49
50
50
# Install the target we're compiling for
You can’t perform that action at this time.
0 commit comments