-
Couldn't load subscription status.
- Fork 3.9k
GH-47821: [CI][Release][R] Fix test repository path in release #47929
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
Conversation
|
@github-actions crossbow submit r-binary-packages |
|
@github-actions crossbow submit r-binary-packages |
|
Revision: 40cbd60 Submitted crossbow builds: ursacomputing/crossbow @ actions-58ba753772
|
This comment was marked as outdated.
This comment was marked as outdated.
|
@github-actions crossbow submit r-binary-packages |
|
Revision: 2d29854 Submitted crossbow builds: ursacomputing/crossbow @ actions-62e8c522cf
|
|
This is ready. main case: #47929 (comment) |
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.
Thanks!
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.
Thanks for your help here @kou
|
After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit b000af1. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 8 possible false positives for unstable benchmarks that are known to sometimes produce them. |
### Rationale for this change `r/tools/nixlibs.R` assumes that `arrow.repo` ends with `/` but `dev/tasks/macros.jinja` uses `arrow.repo` without the end `/`. ### What changes are included in this PR? Add missing the end `/` and `/libarrow` sub directory. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * GitHub Issue: #47821 Authored-by: Sutou Kouhei <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
Rationale for this change
r/tools/nixlibs.Rassumes thatarrow.repoends with/butdev/tasks/macros.jinjausesarrow.repowithout the end/.What changes are included in this PR?
Add missing the end
/and/libarrowsub directory.Are these changes tested?
Yes.
Are there any user-facing changes?
No.