briansmith / ring

Safe, fast, small crypto using Rust
Other
3.69k stars 697 forks source link

CI: Use stable Rust for source-based code coverage measurement #1902

Open briansmith opened 8 months ago

briansmith commented 8 months ago

Rust 1.76 is scheduled to be released on Feburary 8th, 2024. Assuming it continues to include the change in https://github.com/rust-lang/rust/pull/118100, we should switch all the coverage jobs in ci.yml to use Rust Stable instead of Rust Nightly.

briansmith commented 8 months ago

See also #1903 about using llvm-tools-preview for processing the code coverage data, instead of external llvm-tools.

Raghav-Bell commented 6 months ago

@briansmith if this issue is still open, please assign this issue to me. Thanks

briansmith commented 6 months ago

@Raghav-Bell Thanks! I have assigned it to you. I also submitted the last change related to this that I had locally: PR #1984.