This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Docker image downloads and installs rust linting tools #14139
Labels
A-Docker
Docker images, or making it easier to run Synapse in a container.
A-Packaging
Our Debian packages, docker images; or issues relevant to downstream packagers
O-Uncommon
Most users are unlikely to come across this or unexpected workflow
S-Tolerable
Minor significance, cosmetic issues, low or no impact to users.
T-Task
Refactoring, removal, replacement, enabling or disabling functionality, other engineering tasks.
Noticed in a complement run here.
I expect we need cargo, rust-std, rustc, but don't need clippy, rust-docs and rustfmt. Looks like we can shave a few seconds off if there's a way to omit those (particularly: installing docs and maybe rustfmt).
Don't think this will help #13204 since it should only affect initial setup.
The text was updated successfully, but these errors were encountered: