Skip to content

Commit c0adc5d

Browse files
committed
fixup! riotbuild: Install Rust
See-Also: immunant/c2rust#323
1 parent 28688cb commit c0adc5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

riotbuild/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ RUN \
278278
rustup install nightly-2019-12-05 && \
279279
rustup component add --toolchain nightly-2019-12-05 rustfmt rustc-dev && \
280280
git clone https://github.com/chrysn-pull-requests/c2rust -b for-riot && \
281-
(cd c2rust && cargo +nightly-2019-12-05 install --path c2rust)
281+
(cd c2rust && cargo +nightly-2019-12-05 install --path c2rust --locked)
282282

283283
# get Dockerfile version from build args
284284
ARG RIOTBUILD_VERSION=unknown

0 commit comments

Comments
 (0)