File tree 2 files changed +6
-7
lines changed
2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,6 @@ matrix:
99
99
- shellcheck ci/*.sh
100
100
allow_failures :
101
101
# FIXME https://github.com/rust-lang/libc/issues/1170
102
- - name : " x86_64-linux-android - no assert_instr"
103
102
- name : " arm-linux-androideabi - no assert_instr"
104
103
- name : " aarch64-linux-android - no assert_instr"
105
104
# clippy changes enough from time to time that it breaks relatively
Original file line number Diff line number Diff line change @@ -47,12 +47,12 @@ esac;
47
47
48
48
# --no_https avoids
49
49
# javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: No trusted certificate found
50
- echo " yes" | \
51
- ./sdk/tools/bin/sdkmanager --no_https \
52
- " emulator" \
53
- " platform-tools" \
54
- " platforms;android-24" \
55
- " system-images;android-24;default;$abi "
50
+ yes | ./sdk/tools/bin/sdkmanager --licenses --no_https
51
+ yes | ./sdk/tools/bin/sdkmanager --no_https \
52
+ " emulator" \
53
+ " platform-tools" \
54
+ " platforms;android-24" \
55
+ " system-images;android-24;default;$abi "
56
56
57
57
echo " no" |
58
58
./sdk/tools/bin/avdmanager create avd \
You can’t perform that action at this time.
0 commit comments