jayzhan211 commented on code in PR #9661:
URL: https://github.com/apache/arrow-datafusion/pull/9661#discussion_r1529469895
##########
.github/actions/setup-windows-builder/action.yaml:
##########
@@ -38,8 +38,8 @@ runs:
- name: Setup Rust toolchain
shell: bash
run: |
- rustup update stable
- rustup toolchain install stable
+ # Avoid self update to avoid CI failures:
https://github.com/apache/arrow-datafusion/issues/9653
Review Comment:
@comphead I think we don't need to disable self update for other OS, the
issue is window only. After the issue is solved, we can enable self update
again.
@alamb
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]