Rollback grcov version for coverage.
See <https://github.com/mozilla/grcov/issues/1351>.
This commit is contained in:
parent
942b7d1937
commit
feaa22734c
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue