GH-50609: [CI][Dev] Fix shellcheck errors in the ci/scripts/r_deps.sh - #50610
Conversation
|
|
|
@github-actions crossbow submit -g r |
|
Revision: 48a4a03 Submitted crossbow builds: ursacomputing/crossbow @ actions-a93615c8b7 |
|
@github-actions crossbow submit -g r |
|
Revision: 85f2b3e Submitted crossbow builds: ursacomputing/crossbow @ actions-47fe7ddf85 |
|
Let's wait for #50587 before we merge this because the current R related CI jobs are broken. |
|
Thanks I got it. |
|
Since #47404 also modifies |
85f2b3e to
fab7f57
Compare
|
#47404 has been merged, so I rebased this PR. |
|
@github-actions crossbow submit -g r |
| hooks: | ||
| - id: shellcheck | ||
| alias: shell | ||
| # TODO: Remove this when we fix all lint failures |
There was a problem hiding this comment.
from my understanding we are close to having this. Is the idea to have a follow up and remove this list afterwards. I am unsure if there has been new shell scripts created since this list was built.
There was a problem hiding this comment.
Once I fix the remaining six files in ci/scripts, we should be able to remove that part.
ci/scripts/r_docker_configure.sh: SC2006 SC2046 SC2086 SC2223ci/scripts/r_install_system_dependencies.sh: SC2006 SC2223ci/scripts/r_sanitize.sh: SC2086 SC2155 SC2223ci/scripts/r_test.sh: SC1091 SC2086 SC2223ci/scripts/r_valgrind.sh: SC2046 SC2086 SC2223ci/scripts/r_windows_build.sh: SC2011 SC2034 SC2035 SC2046 SC2086 SC2155 SC2223
We’re almost there 😄
|
@github-actions crossbow submit -g r |
|
Revision: 11523fd Submitted crossbow builds: ursacomputing/crossbow @ actions-b355b52d7d |
|
I’ll rebase after #50636 is resolved. |
11523fd to
e6fe69a
Compare
|
rebase after #50633 is merged. |
|
@github-actions crossbow submit -g r |
|
Revision: e6fe69a Submitted crossbow builds: ursacomputing/crossbow @ actions-6a5ff9aa9c |
|
I’m not sure whether this is related, but I’ll rebase this PR after #50651 is merged just in case. |
e6fe69a to
48de5e9
Compare
|
Rebased after #50671 is merged. |
@hiroyuki-sato #50705 was merged instead of #50651, |
Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
48de5e9 to
b98fafc
Compare
|
@tadeja Thank you for your comment. Rebased |
|
@github-actions crossbow submit -g r |
|
Revision: b98fafc Submitted crossbow builds: ursacomputing/crossbow @ actions-55c8e3be77 |
|
I’m not sure what r-recheck-most is, but it looks like other PRs are also failing. For example: |
Rationale for this change
This is the sub issue #44748.
What changes are included in this PR?
Are these changes tested?
Yes.
Are there any user-facing changes?
No.