- downloading a Rust compiler;
- downloading/compiling `rustfmt` including dependencies;
- downloading/compiling `mx-tester` (the Rust-bassed tool we use for testing) including dependencies;
- downloading/compiling the actual project including dependencies.
This could be 8-10 minutes wait every time I push code to CI. This also means that debugging CI itself takes days.
Admittedly, caching can help a lot. I just haven't configured it yet.
- downloading a Rust compiler;
- downloading/compiling `rustfmt` including dependencies;
- downloading/compiling `mx-tester` (the Rust-bassed tool we use for testing) including dependencies;
- downloading/compiling the actual project including dependencies.
This could be 8-10 minutes wait every time I push code to CI. This also means that debugging CI itself takes days.
Admittedly, caching can help a lot. I just haven't configured it yet.