-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
@bors: r+ p=10 |
📌 Commit d5d4494 has been approved by |
(rust_highfive has picked a reviewer for you, use r? to override) |
⌛ Testing commit d5d4494 with merge 166a29c8c430bb3e2576f258782acc4160b5316f... |
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. |
Of course! I don't personally know how to fix this, but patches to do so are of course always welcome |
💔 Test failed - status-travis |
@bors retry |
@bors force |
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.
@bors treeclosed=2 Everything else depends on this PR currently 🤷♂️ |
@bors treeclosed- travis is almost done, no failure in sight. |
☀️ 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.