-
Notifications
You must be signed in to change notification settings - Fork 17
Accelerate the rust compilation #259
Copy link
Copy link
Closed
Labels
I2-mediumshould be completed within 10 working daysshould be completed within 10 working days
Description
Currently it takes ~20min to do a round of rust compilation(e.g. cargo clippy or docker build), this could bring about long waiting time if the self-hosted github runner is severely occupied (image there're multiple ongoing PRs, the compilation will be repeated for all the merging to/from dev and syncing).
Maybe there're ways to accelerate the process:
- for plain rust compilation, there is
sccache - for rust builds in docker, check the following discussions:
Low prio.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
I2-mediumshould be completed within 10 working daysshould be completed within 10 working days