Uh oh!
There was an error while loading. Please reload this page.
ci: Fix installing the Android SDK - #45193
Conversation
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.
alexcrichton
commented
Oct 11, 2017
@bors: r+ p=10 |
bors
commented
Oct 11, 2017
📌 Commit d5d4494 has been approved by |
rust-highfive
commented
Oct 11, 2017
(rust_highfive has picked a reviewer for you, use r? to override) |
bors
commented
Oct 11, 2017
⌛ Testing commit d5d4494 with merge 166a29c8c430bb3e2576f258782acc4160b5316f... |
sfackler
commented
Oct 11, 2017
Definitely on board with unblocking the queue, but can we follow up pretty quickly to figure out what's going on and fix the underlying issue? It's a bit scary to be in the world of disabling failed trust checks for too long. |
alexcrichton
commented
Oct 11, 2017
Of course! I don't personally know how to fix this, but patches to do so are of course always welcome |
bors
commented
Oct 11, 2017
💔 Test failed - status-travis |
sfackler
commented
Oct 11, 2017
@bors retry |
sfackler
commented
Oct 11, 2017
@bors force |
bors
commented
Oct 11, 2017
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.
kennytm
commented
Oct 11, 2017
@bors treeclosed=2 Everything else depends on this PR currently 🤷♂️ |
kennytm
commented
Oct 11, 2017
@bors treeclosed- travis is almost done, no failure in sight. |
bors
commented
Oct 11, 2017
☀️ Test successful - status-appveyor, status-travis |
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.