Skip to content

Commit 388654b

Browse files
committed
Remove the locked flags
1 parent 3795538 commit 388654b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

linux/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ RUN rustup toolchain install nightly \
3939
&& rustup component add llvm-tools-preview \
4040
&& rustup component add --toolchain nightly llvm-tools-preview \
4141
#Install documentation and coverage tools \
42-
&& cargo install mdbook \
43-
&& cargo install --locked grcov
42+
&& cargo install mdbook grcov
4443

4544

4645
WORKDIR /build

win/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ RUN C:/TEMP/rustup-init.exe --default-toolchain $env:RUST_VER -y
3838
RUN rustup install nightly
3939

4040
RUN rustup component add llvm-tools-preview
41-
RUN cargo install mdbook && cargo install --locked grcov
41+
RUN cargo install mdbook grcov
4242

4343
RUN setx /M PATH $($Env:PATH + ';C:/buildtools/llvm/bin')
4444

0 commit comments

Comments
 (0)