mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-25 19:11:06 +00:00
ci: uses grcov 0.6.1
Newer versions suffer a regression breaking the job.
This commit is contained in:
parent
99616ec0b4
commit
1b9c0482d1
2 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
variables:
|
variables:
|
||||||
GST_RS_IMG_TAG: '2021-03-27.0'
|
GST_RS_IMG_TAG: '2021-04-15.0'
|
||||||
GST_RS_STABLE: '1.51.0'
|
GST_RS_STABLE: '1.51.0'
|
||||||
GST_RS_MSRV: '1.51.0'
|
GST_RS_MSRV: '1.51.0'
|
||||||
|
|
|
@ -29,7 +29,8 @@ fi
|
||||||
|
|
||||||
# coverage tools
|
# coverage tools
|
||||||
if [ "$RUST_VERSION" = "nightly" ]; then
|
if [ "$RUST_VERSION" = "nightly" ]; then
|
||||||
cargo install grcov
|
# current version is failing because of https://github.com/mozilla/grcov/issues/555
|
||||||
|
cargo install grcov --version 0.6.1
|
||||||
rustup component add llvm-tools-preview
|
rustup component add llvm-tools-preview
|
||||||
pip3 install lcov_cobertura
|
pip3 install lcov_cobertura
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue