GH-47402: [CI][Dev] Fix shellcheck errors in the ci/scripts/python_test_emscripten.sh#47403
GH-47402: [CI][Dev] Fix shellcheck errors in the ci/scripts/python_test_emscripten.sh#47403hiroyuki-sato wants to merge 3 commits intoapache:mainfrom
Conversation
|
|
ci/scripts/python_test_emscripten.sh
Outdated
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"…hon_test_emscripten.sh
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
|
…ipts/python_test_emscripten.sh" This reverts commit 2e4daa4.
|
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
|
|
|
…hon_test_emscripten.sh
|
OK. Let's complete #47330 before this. |
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.