alamb opened a new pull request, #14992: URL: https://github.com/apache/datafusion/pull/14992
## Which issue does this PR close? - Follow on to https://github.com/apache/datafusion/pull/14990 - Related to https://github.com/apache/datafusion/issues/14982 ## Rationale for this change We now use the rust-toolchain.toml file to specify what version of rust to use However, the recently released `rustup` version no longer automatically installs this toolchain https://github.com/rust-lang/rustup/blob/f00c3d1fbcbe8d3ae2411e63ca906bc9b69e43d1/CHANGELOG.md?plain=1#L9-L17 Thus to ensure we have the correct toolchain installed, we need to run `rustup toolchain install` ## What changes are included in this PR? 1. Call `rustup toolchain install` as part of the builder setup 1. Let's move this change into the builder setup job and reduce some re ## Are these changes tested? By CI <!-- We typically require tests for all PRs in order to: 1. Prevent the code from being accidentally broken by subsequent changes 2. Serve as another way to document the expected behavior of the code If tests are not included in your PR, please explain why (for example, are they covered by existing tests)? --> ## Are there any user-facing changes? <!-- If there are user-facing changes then we may require documentation to be updated before approving the PR. --> <!-- If there are any breaking changes to public APIs, please add the `api change` label. --> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org