From f0e43abb0a3baa0b18dace263fe9657bcfd39213 Mon Sep 17 00:00:00 2001 From: chrysn Date: Mon, 9 Sep 2024 15:57:23 +0200 Subject: [PATCH] Use GitHub-released version of c2rust 0.19 --- riotbuild/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/riotbuild/Dockerfile b/riotbuild/Dockerfile index 8da6b267..1e99dc72 100644 --- a/riotbuild/Dockerfile +++ b/riotbuild/Dockerfile @@ -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}