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

Parallelize CI tasks to improve speed #148

Open
MitchTurner opened this issue Sep 3, 2023 · 2 comments
Open

Parallelize CI tasks to improve speed #148

MitchTurner opened this issue Sep 3, 2023 · 2 comments
Labels
Devops good first issue Good for newcomers

Comments

@MitchTurner
Copy link
Collaborator

CI takes too long. I assume it's mostly the Aiken compilation that happens during the build process for each of the example projects.

I assume that if we split them up they could be handled by separate workers? That would parallelize the process.

@MitchTurner
Copy link
Collaborator Author

There are other articles talking about how to improve times, e.g. caches, etc, so there might be other ways:
https://www.reillywood.com/blog/rust-faster-ci/

The main issue is that it's much slower than I feel it should be.

@MitchTurner
Copy link
Collaborator Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Devops good first issue Good for newcomers
Projects
Status: Todo
Development

No branches or pull requests

1 participant