mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Auto merge of #16953 - servo:jdm-patch-1, r=SimonSapin
Avoid the cert revocation check in Cargo. Per https://github.com/rust-lang/cargo/issues/4072 Cargo on Windows is having trouble due to a letsencrypt outage. Our Appveyor CI is busted, as is our Windows builder for any PR that needs to upgrade a package from crates.io. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/16953) <!-- Reviewable:end -->
This commit is contained in:
commit
d1e31f7aa4
1 changed files with 1 additions and 0 deletions
1
.cargo/config
Normal file
1
.cargo/config
Normal file
|
@ -0,0 +1 @@
|
|||
check-revoke = false
|
Loading…
Add table
Add a link
Reference in a new issue