Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Review using Cranelift in CI #410

Open
kayabaNerve opened this issue Oct 29, 2023 · 1 comment
Open

Review using Cranelift in CI #410

kayabaNerve opened this issue Oct 29, 2023 · 1 comment
Labels
CI/CD Continuous integration workflows feature New feature or request

Comments

@kayabaNerve
Copy link
Member

Now that rust-lang/rust#81746 was merged, we can use Cranelift in nightly CIs. This would decrease their compile time EXCEPT I believe we only use nightly for fmt/clippy, which wouldn't be affected by this at all.

We could move our tests to nightly, but I'm unsure we want to just for a faster CI.

Any impact on target directory size may be a worthwhile note.

@kayabaNerve kayabaNerve added feature New feature or request CI/CD Continuous integration workflows labels Oct 29, 2023
@kayabaNerve
Copy link
Member Author

https://blog.rust-lang.org/inside-rust/2020/11/15/Using-rustc_codegen_cranelift.html

the hope is that cg_clif will eventually be the default backend in debug mode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/CD Continuous integration workflows feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant