We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Over the last week, I have seen intermittent failures in Windows CI when trying to setup rust toolchain.
Here is a recent example: https://github.com/apache/arrow-datafusion/actions/runs/8315114531/job/22753080370?pr=9623
And here is Windows CI working normally after just pushing an empty commit: https://github.com/apache/arrow-datafusion/actions/runs/8315160379/job/22753186994?pr=9623
The error is
Error: Process completed with exit code 126.
Open a PR and run checks a few times.
Windows CI should pass/fail based on the test results not failing to get set up.
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
Over the last week, I have seen intermittent failures in Windows CI when trying to setup rust toolchain.
Here is a recent example:
https://github.com/apache/arrow-datafusion/actions/runs/8315114531/job/22753080370?pr=9623
And here is Windows CI working normally after just pushing an empty commit:
https://github.com/apache/arrow-datafusion/actions/runs/8315160379/job/22753186994?pr=9623
The error is
To Reproduce
Open a PR and run checks a few times.
Expected behavior
Windows CI should pass/fail based on the test results not failing to get set up.
Additional context
No response
The text was updated successfully, but these errors were encountered: