GH-50609: [CI][Dev] Fix shellcheck errors in the ci/scripts/r_deps.sh#50610
GH-50609: [CI][Dev] Fix shellcheck errors in the ci/scripts/r_deps.sh#50610hiroyuki-sato wants to merge 4 commits into
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 😄
|
Revision: fab7f57 Submitted crossbow builds: ursacomputing/crossbow @ actions-bc2d28fb9f |
|
Is the failure of the It passed before the rebase, so I suspect the failure may be unrelated to this PR. https://github.com/apache/arrow/actions/runs/30093588302/job/89482235673?pr=50610#step:11:210 |
|
Error is unrelated, is a flaky timeout with minio: |
|
Could you rebase again for #50587? |
Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
fab7f57 to
11523fd
Compare
|
@github-actions crossbow submit -g r |
|
Revision: 11523fd Submitted crossbow builds: ursacomputing/crossbow @ actions-b355b52d7d |
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.