rspack
rspack copied to clipboard
ci: build linux debug binary directly for CI purpose to speedup PR check
Summary
Build linux debug binary directly instead of on another container
Applied for:
- github shared runner only
- the
CIWorkflow only Test Linuxjob only that is typically run test for PR
Will reduce the execute time of build step of Test Linux / Build from >7m to ~5m - typically from image pull and toolchain download.
Checklist
- [x] Tests updated (or not required).
- [x] Documentation updated (or not required).