Skip to content

Commit 45adbf8

Browse files
committed
Re-enables android build jobs
Closes #1170 .
1 parent 70284d7 commit 45adbf8

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,6 @@ matrix:
8888
- shellcheck --version
8989
- shellcheck ci/*.sh
9090

91-
allow_failures:
92-
- env: TARGET=aarch64-linux-android
93-
- env: TARGET=x86_64-linux-android
94-
9591
install: rustup target add $TARGET
9692
script:
9793
- cargo generate-lockfile --manifest-path libc-test/Cargo.toml

ci/android-install-sdk.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ case "$1" in
4646
esac;
4747

4848
# --no_https avoids
49-
# javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: No trusted certificate found
50-
echo "yes" | \
51-
./sdk/tools/bin/sdkmanager --no_https \
49+
# javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: No trusted certificate found
50+
yes | ./sdk/tools/bin/sdkmanager --licenses --no_https
51+
yes | ./sdk/tools/bin/sdkmanager --no_https \
5252
"emulator" \
5353
"platform-tools" \
5454
"platforms;android-24" \

0 commit comments

Comments
 (0)