Skip to content

Commit

Permalink
Auto merge of rust-lang#791 - alexcrichton:no-https, r=alexcrichton
Browse files Browse the repository at this point in the history
Disable https on Android SDK fetch

Apparently it no longer works
  • Loading branch information
bors committed Oct 4, 2017
2 parents e4f8ab8 + bccba4a commit c959b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/android-install-sdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ esac;

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

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

echo "no" | android create avd \
--name $1 \
Expand Down

0 comments on commit c959b16

Please sign in to comment.