Rollback grcov version for coverage.

See <https://github.com/mozilla/grcov/issues/1351>.
This commit is contained in:
Jean-Christophe Amiel 2025-05-15 10:16:53 +02:00
parent 942b7d1937
commit feaa22734c
No known key found for this signature in database
GPG Key ID: 07FF11CFD55356CC
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,9 @@
#!/bin/bash
set -Eeuo pipefail
cargo install grcov
# See <https://github.com/mozilla/grcov/issues/1351>
# grcov v0.9.1 installation fails
cargo install grcov --version 0.8.20
rustup component add llvm-tools-preview
cargo clean