File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -88,10 +88,6 @@ matrix:
88
88
- shellcheck --version
89
89
- shellcheck ci/*.sh
90
90
91
- allow_failures :
92
- - env : TARGET=aarch64-linux-android
93
- - env : TARGET=x86_64-linux-android
94
-
95
91
install : rustup target add $TARGET
96
92
script :
97
93
- cargo generate-lockfile --manifest-path libc-test/Cargo.toml
Original file line number Diff line number Diff line change @@ -46,9 +46,9 @@ case "$1" in
46
46
esac ;
47
47
48
48
# --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 \
52
52
" emulator" \
53
53
" platform-tools" \
54
54
" platforms;android-24" \
You can’t perform that action at this time.
0 commit comments