rust-vmm / rust-vmm-ci

Apache License 2.0
18 stars 33 forks source link

Have coverage test use llvm-cov instead of cargo-kcov #133

Closed roypat closed 11 months ago

roypat commented 12 months ago

cargo-kcov is broken on rust versions >=1.71.0. This is currently blocking us from upgrading to the new toolchain version (1.72.0), which is required to compile linux-loader (due to one dependency having a MSRV policy of "N-2", meaning our current toolchain is no longer supported).

Summary of the PR

Please summarize here why the changes in this PR are needed.

Requirements

Before submitting your PR, please make sure you addressed the following requirements:

roypat commented 11 months ago

Subsumed by #132 132