Skip to content

Commit 6c50d5a

Browse files
committed
Enable x86_64-linux-android travis build
1 parent cf99225 commit 6c50d5a

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ matrix:
9191
env: TARGET=i686-linux-android
9292
DOCKER=android
9393
SKIP_TESTS=1
94+
- os: linux
95+
env: TARGET=x86_64-linux-android
96+
DOCKER=android
97+
SKIP_TESTS=1
9498

9599
# On OSX we want to target 10.7 so we ensure that the appropriate
96100
# environment variable is set to tell the linker what we want.
@@ -122,7 +126,7 @@ install:
122126
- sudo pip install awscli
123127
- aws configure set preview.cloudfront true
124128
- 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
126130

127131
script:
128132
- mkdir -p target/$TARGET

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -532,6 +532,7 @@ platform of your choice:
532532
- [i686-linux-android](https://static.rust-lang.org/rustup/dist/i686-linux-android/rustup-init)
533533
- [i686-unknown-linux-gnu](https://static.rust-lang.org/rustup/dist/i686-unknown-linux-gnu/rustup-init)
534534
- [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)
535536
- [x86_64-pc-windows-gnu](https://static.rust-lang.org/rustup/dist/x86_64-pc-windows-gnu/rustup-init.exe)
536537
- [x86_64-pc-windows-msvc](https://static.rust-lang.org/rustup/dist/x86_64-pc-windows-msvc/rustup-init.exe)<sup>[](#vs2015)</sup>
537538
- [x86_64-unknown-freebsd](https://static.rust-lang.org/rustup/dist/x86_64-unknown-freebsd/rustup-init)

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ install:
4444
4545
# Install rust, x86_64-pc-windows-msvc host
4646
- 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
4848
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
4949

5050
# Install the target we're compiling for

0 commit comments

Comments
 (0)