-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
GH-45069: [R][CI] Fix r-binary-packages crossbow job #45070
Conversation
|
@github-actions crossbow submit r-binary-packages |
Revision: e981773 Submitted crossbow builds: ursacomputing/crossbow @ actions-1cc2039c38
|
I think my hunch was right, @assignUser can you take a look whenever you have a chance? |
This isn't quite ready to be merged. The final step fails to find Rscript so I'll see how we can get that installed too. Edit: Turns out I just missed a change. |
@github-actions crossbow submit r-binary-packages |
Revision: 5d38904 Submitted crossbow builds: ursacomputing/crossbow @ actions-0119c2fc88
|
This looks good now. |
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.
+1
Thanks! |
Rationale for this change
GitHub phased out R from their Ubuntu images in their 24.04 image and this job started failing because of it. We now need to install R ourselves if a job needs it and uses ubuntu-latest (>=24.04).
What changes are included in this PR?
Change in GHA workflow config to always install R.
Are these changes tested?
They're testing here with crossbow.
Are there any user-facing changes?
No.