Skip to content

Commit c959b16

Browse files
committed
Auto merge of rust-lang#791 - alexcrichton:no-https, r=alexcrichton
Disable https on Android SDK fetch Apparently it no longer works
2 parents e4f8ab8 + bccba4a commit c959b16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/android-install-sdk.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ esac;
4949

5050
filter="$filter,sys-img-$abi-android-24"
5151

52-
./android-accept-licenses.sh "android - update sdk -a --no-ui --filter $filter"
52+
./android-accept-licenses.sh "android - update sdk -a --no-ui --filter $filter --no-https"
5353

5454
echo "no" | android create avd \
5555
--name $1 \

0 commit comments

Comments
 (0)