-
Notifications
You must be signed in to change notification settings - Fork 4k
GH-47402: [CI][Dev] Fix shellcheck errors in the ci/scripts/python_test_emscripten.sh #47403
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
base: main
Are you sure you want to change the base?
GH-47402: [CI][Dev] Fix shellcheck errors in the ci/scripts/python_test_emscripten.sh #47403
Conversation
|
|
ci/scripts/python_test_emscripten.sh
Outdated
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.
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.