From 4dee1308736de871e71e86ea723e56ec3046bdc5 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Sat, 6 Apr 2024 11:45:28 -0400 Subject: [PATCH] Add cranelift. --- docker/organic_development/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/organic_development/Dockerfile b/docker/organic_development/Dockerfile index 41b1da5..26c97bc 100644 --- a/docker/organic_development/Dockerfile +++ b/docker/organic_development/Dockerfile @@ -4,3 +4,4 @@ RUN apk add --no-cache musl-dev RUN cargo install --locked --no-default-features --features ci-autoclean cargo-cache RUN rustup component add rustfmt RUN rustup component add clippy +RUN rustup component add rustc-codegen-cranelift