Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run rustup toolchain install explicitly (#6928)
rustup will no longer automatically install the active toolchain if it is not installed. To ensure its installation, run `rustup toolchain install` with no arguments. https://blog.rust-lang.org/2025/03/02/Rustup-1.28.0.html In the cloudbuild logs we see this happening which is breaking our builds ``` info: default host triple is x86_64-unknown-linux-gnu info: skipping toolchain installation ``` --------- Co-authored-by: getsantry[bot] <66042841+getsantry[bot]@users.noreply.github.com>
- Loading branch information