Skip to content

Commit

Permalink
Merge pull request #252 from chrysn-pull-requests/c2rust-0.19
Browse files Browse the repository at this point in the history
Use c2rust 0.19
  • Loading branch information
chrysn committed Sep 11, 2024
2 parents 34bc4ab + f0e43ab commit 7e1b9bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion riotbuild/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ RUN \

RUN \
echo 'Installing C2Rust' >&2 && \
CARGO_HOME=/opt/rustup/.cargo cargo install --no-track --locked c2rust --git https://github.com/chrysn-pull-requests/c2rust --branch riscv-vector-types && \
CARGO_HOME=/opt/rustup/.cargo cargo install --no-track --locked c2rust --git https://github.com/immunant/c2rust --tag v0.19.0 && \
echo 'Cleaning up root-owned crates.io cache' >&2 && \
rm -rf /opt/rustup/.cargo/{git,registry,.package-cache}

Expand Down

0 comments on commit 7e1b9bc

Please sign in to comment.