Skip to content

Commit

Permalink
Merge #210
Browse files Browse the repository at this point in the history
210: C2Rust updates / fixes r=kaspar030 a=chrysn

This branch is used for investigating failures encountered after merging #189, in which C2Rust errs internally. Upstream might already have solved it.

This builds on #209.

Co-authored-by: chrysn <[email protected]>
  • Loading branch information
bors[bot] and chrysn authored Sep 27, 2022
2 parents 96074fc + 6769976 commit b5d0766
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 @@ -344,7 +344,7 @@ RUN \

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

Expand Down

0 comments on commit b5d0766

Please sign in to comment.