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 frontend and drivers build #42874

Open
Tracked by #37576
nemanjaglumac opened this issue May 18, 2024 · 0 comments
Open
Tracked by #37576

Parallelize frontend and drivers build #42874

nemanjaglumac opened this issue May 18, 2024 · 0 comments
Assignees
Labels
.Building & Releasing .Task Not a part of any Epic, used by the Task Issue Template

Comments

@nemanjaglumac
Copy link
Member

When we build using ./bin/buld.sh, we're executing a series of steps in sequential order. However, drivers and frontend don't have common dependencies, so they can easily be built in parallel. The frontend is the slowest part of the build. Drivers take a few minutes, and those few minutes is what we can save if we implement this.

Related to #37576.

@nemanjaglumac nemanjaglumac added .Building & Releasing .Task Not a part of any Epic, used by the Task Issue Template labels May 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
.Building & Releasing .Task Not a part of any Epic, used by the Task Issue Template
Projects
None yet
Development

No branches or pull requests

2 participants