Skip to content
anchor

GitHub Action

Rustc Codegen Cranelift Toolchain

v1.1 Latest version

Rustc Codegen Cranelift Toolchain

anchor

Rustc Codegen Cranelift Toolchain

Github Action for https://github.com/bjorn3/rustc_codegen_cranelift

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Rustc Codegen Cranelift Toolchain

uses: subvisual/[email protected]

Learn more about this action in subvisual/codegen-cranelift-toolchain

Choose a version

Github Action for rustc_codegen_cranelift

If you're trying to reduce the build time in your Rust project, and you have read blog posts like this one by Matthias Endler, there's a chance that you are here to try using an alternative compiler that runs in parallel with rustc for every CI build: Cranelift, also called CG_CLIF.

Here is the original post by Jason Williams describing how cg_clif works.

This Github Action simply gives you an "interface" to use this alternative compiler in other Actions you may have.

PRs are welcomed.