Skip to content

Commit 264aafe

Browse files
committed
Auto merge of #45193 - alexcrichton:fix-travis, r=alexcrichton
ci: Fix installing the Android SDK Apparently the https urls are broken due to some certificate validation whatnots, and so far the least intrusive solution I've found is to just disable that.
2 parents d6d711d + d5d4494 commit 264aafe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/docker/scripts/android-sdk.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ download_sysimage() {
3131
# Keep printing yes to accept the licenses
3232
while true; do echo yes; sleep 10; done | \
3333
/android/sdk/tools/android update sdk -a --no-ui \
34-
--filter "$filter"
34+
--filter "$filter" --no-https
3535
}
3636

3737
create_avd() {

0 commit comments

Comments
 (0)