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:
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-
9591install : rustup target add $TARGET
9692script :
9793 - 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
4646esac ;
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" \
You can’t perform that action at this time.
0 commit comments