install grcov (#4097)
This commit is contained in:
@ -4,9 +4,8 @@ ARG date
|
|||||||
RUN set -x \
|
RUN set -x \
|
||||||
&& rustup install nightly-$date \
|
&& rustup install nightly-$date \
|
||||||
&& rustup show \
|
&& rustup show \
|
||||||
&& rustup show \
|
|
||||||
&& rustc --version \
|
&& rustc --version \
|
||||||
&& cargo --version \
|
&& cargo --version \
|
||||||
|
&& cargo install grcov \
|
||||||
&& rustc +nightly-$date --version \
|
&& rustc +nightly-$date --version \
|
||||||
&& cargo +nightly-$date --version
|
&& cargo +nightly-$date --version
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user