In the packaging workflow the version of the Rust compiler used depends on the workflow job being executed:
This lack of consistency and control over the Rust version is not ideal, may cause confusing results, and may offer insufficient control for some use cases.
In the packaging workflow the version of the Rust compiler used depends on the workflow job being executed:
For cross-compilation this is currently 1.64.0 from the Ubuntu 20.04 GitHub hosted runner pre-installed software.
For O/S packaging it installs latest Rust via rustup.
For Docker images it depends on how your
Dockerfileperforms the compilation.This lack of consistency and control over the Rust version is not ideal, may cause confusing results, and may offer insufficient control for some use cases.