We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28688cb commit c0adc5dCopy full SHA for c0adc5d
riotbuild/Dockerfile
@@ -278,7 +278,7 @@ RUN \
278
rustup install nightly-2019-12-05 && \
279
rustup component add --toolchain nightly-2019-12-05 rustfmt rustc-dev && \
280
git clone https://github.com/chrysn-pull-requests/c2rust -b for-riot && \
281
- (cd c2rust && cargo +nightly-2019-12-05 install --path c2rust)
+ (cd c2rust && cargo +nightly-2019-12-05 install --path c2rust --locked)
282
283
# get Dockerfile version from build args
284
ARG RIOTBUILD_VERSION=unknown
0 commit comments