Closed eval-exec closed 2 months ago
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.
This issue was closed because it has been stalled for 5 days with no activity.
Feature Request
Is your feature request related to a problem? Please describe.
Our CI workflows are currently slow, and we'd like to propose a few improvements:
Push Events:
Merge Group:
Optimize Build Time:
ckb-test
as a [bin] in theckb
workspace, letckb-test bin
andckb bin
shared same onetarget
dir.make prod
so thatmake integration
reuses the artifacts, reducing overall time.Unify Dependency Versions:
cargo tree --duplicate
to ensure each dependency version is used only once, reducing compilation redundancies.Cache Build Target
Increase Integration Test Concurrency
-c 4
means that only 4 integration tests are allowed to run simultaneously, need to increase)These changes will streamline our CI processes and reduce build times.
Describe the solution you'd like
Describe alternatives you've considered