Skip to content

Commit

Permalink
C2Rust: Use fixes needed with Jammy's LLVM
Browse files Browse the repository at this point in the history
This uses a branch of the LLVM PR <immunant/c2rust#693>
which fixes C2Rust's issue <immunant/c2rust#692>.
Both have been preexisting for a while, but became critical when
switching over to the current LLVM version.
  • Loading branch information
chrysn committed Sep 27, 2022
1 parent a6dcf98 commit 6769976
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 7d88216756204553a44e2b1a39f840922229d5d6 && \
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 6769976

Please sign in to comment.