GH-47402: [CI][Dev] Fix shellcheck errors in the ci/scripts/python_test_emscripten.sh#47403
Conversation
|
|
There was a problem hiding this comment.
This part use ls with -t option, so we can't use echo.
I don't know alternate command which is usable on macOS / Linux.
(As far as I know, find and stat can't use the same option on macOS / Linux)
latest=$(python3 -c '
import glob, os
files = glob.glob("dist/pyarrow*.whl")
if files:
print(max(files, key=os.path.getmtime))
')
echo "$latest"5b99b51 to
2e4daa4
Compare
|
@kou CI has been passed. Please take a look when you get a chance. |
|
@github-actions crossbow submit emscripten |
|
Revision: 2e4daa4 Submitted crossbow builds: ursacomputing/crossbow @ actions-ccceaf6e7f
|
|
I reverted this change for testing |
|
@github-actions crossbow submit emscripten |
|
|
@github-actions crossbow submit test-conda-python-emscripten test-ubuntu-22.04-cpp-emscripten |
|
Revision: 46d2857 Submitted crossbow builds: ursacomputing/crossbow @ actions-80377eea67
|
|
|
|
OK. Let's complete #47330 before this. |
e1ecc13 to
0a2541a
Compare
|
@github-actions crossbow submit test-conda-python-emscripten test-ubuntu-22.04-cpp-emscripten |
|
Revision: 0a2541a Submitted crossbow builds: ursacomputing/crossbow @ actions-c47d1b6828
|
…hon_test_emscripten.sh
…ipts/python_test_emscripten.sh" This reverts commit 2e4daa4.
…hon_test_emscripten.sh
0a2541a to
bc5e282
Compare
|
@github-actions crossbow submit test-conda-python-emscripten test-ubuntu-22.04-cpp-emscripten |
|
Revision: bc5e282 Submitted crossbow builds: ursacomputing/crossbow @ actions-a99c8df489
|
|
It looks like the CI for test-conda-python-emscripten passed in #50598. |
|
Both the CI and Crossbow have passed. I rebased this PR only to rerun the Since #50610 also modifies |
|
Thanks so much for working on those @hiroyuki-sato ! I merged this one before :) |
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.