-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
[ci] [R-package] macOS builds failing to install R #4988
Comments
Relevant changes to the GitHub Actions |
aha! Look at this: actions/runner-images#4060
I suspect that this means the existing R binary installers for R 4.1.x cannot be used on Some related discussions: |
…uilds (fixes #4988) (#4989) * [ci] manually create symlinks to R entrypoints on macOS (fixes #4988) * exclude non-R CI jobs * upgrade to R 4.1.2 * get logs for R install * pin R 4.1.x jobs to macOS-10.15 * update to R 4.1.2 on Windows * allow for non-latest macOS builds in GHA configuration * fix prefix check * fix config check * more direct check for mac version * uncomment other CIs * update R version in CI job names
This issue has been automatically locked since there has not been any recent activity since it was closed. |
Description
Starting some time in the last few days, R-package CI jobs on macOS have been failing with errors like the following.
Error seen on R 3.6.x builds
Error seen on R 4.1.x builds
All R jobs on macOS are failing with this error, so it doesn't seem limited to specific R versions or compiler.
Reproducible example
See, for example, https://github.com/microsoft/LightGBM/runs/4994115921?check_suite_focus=true.
This doesn't seem related to the changes on any specific PR, as these jobs are failing this way across multiple PRs which are not changing anything about how R is set up. For example, #4953, #4970, #4977.
See https://github.com/microsoft/LightGBM/actions/workflows/r_package.yml.
Notes
See https://cran.r-project.org/doc/manuals/r-release/R-admin.html#Installing-R-under-macOS for guidance from CRAN on how to install R on Mac. Maybe the tips there could help in identifying the issue here.
The text was updated successfully, but these errors were encountered: