You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For O/S packaging it installs latest Rust via rustup.
For Docker images it depends on how your Dockerfile performs 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.
The text was updated successfully, but these errors were encountered:
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
Dockerfile
performs 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.
The text was updated successfully, but these errors were encountered: