Add cranelift.

This commit is contained in:
Tom Alexander 2024-04-06 11:45:28 -04:00
parent 8e712532e1
commit 4dee130873
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

@ -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