Skip to content

subvisual/codegen-cranelift-toolchain

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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.