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

Do something about the big rust build overhead #15

Open
tlater-famedly opened this issue Jan 27, 2025 · 0 comments
Open

Do something about the big rust build overhead #15

tlater-famedly opened this issue Jan 27, 2025 · 0 comments
Labels
tech debt technical debt

Comments

@tlater-famedly
Copy link
Contributor

We have a lot of cargo extensions that are installed in this docker image. Building them takes 20-30 minutes, this is one of our longest (and probably most expensive) CI builds.

We should consider using cargo-binstall to escape this, since pre-built binaries are available for practically all our inputs. Security implications exist, but there are probably easier ways to break our supply chain.

Failing that, we should probably at least consider using the faster builders for some workflows.

@tlater-famedly tlater-famedly added the tech debt technical debt label Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tech debt technical debt
Projects
None yet
Development

No branches or pull requests

1 participant