]> git.proxmox.com Git - cargo.git/commitdiff
Auto merge of #10931 - ehuss:ignore-hg, r=weihanglo
authorbors <bors@rust-lang.org>
Tue, 2 Aug 2022 22:51:23 +0000 (22:51 +0000)
committerbors <bors@rust-lang.org>
Tue, 2 Aug 2022 22:51:23 +0000 (22:51 +0000)
Always allow hg to be missing on CI.

`hg` isn't installed on rust-lang/rust Docker images, which causes this check to fail.

Rather than trying to carefully enforce the requirements for `hg` being tested, this just ignores the test if it is unavailable on CI. I think this is something that can be revisited if Cargo ever gains more hg support.


Trivial merge