-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
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
ARROW-8857: [CI] MinGW builds break on system upgrade #7222
Conversation
Thanks for opening a pull request! Could you open an issue for this pull request on JIRA? Then could you also rename pull request title in the following format?
See also: |
That didn't help. @kou any ideas? For the R and Ruby builds, I see it passing 19 hours ago and the first failure was 9 hours ago. Interestingly, the R Windows job using the new RTools toolchain (still mingw) does not crash like this. It seems that it is the |
Old issue that sounds similar: Alexpux/MSYS2-pacman#38 |
Looks like skipping the system upgrade fixes the R build, but GLib needs updated meson? Maybe that can be updated selectively. |
Could you try updating |
I think I don't need to update pacman for the R jobs. Is there a reason I must? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK. Then we don't need to update in the R jobs.
Could you revert the change in ci/scripts/msys2_system_upgrade.sh
? It's fixed by #7229 .
I pulled that change into #7218 so I'll close this. |
Errors like this on MinGW GitHub Actions (Ruby and R) builds:
Example: https://github.com/apache/arrow/pull/7218/checks?check_run_id=687127312
Trying the workaround noted on actions/runner-images#594