Uh oh!
There was an error while loading. Please reload this page.
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 '
importglob, osfiles=glob.glob("dist/pyarrow*.whl")
iffiles:
print(max(files, key=os.path.getmtime))
')
echo"$latest"5b99b51 to
2e4daa4Comparehiroyuki-sato
commented
Aug 25, 2025
@kou CI has been passed. Please take a look when you get a chance. |
kou
commented
Aug 26, 2025
@github-actions crossbow submit emscripten |
Revision: 2e4daa4 Submitted crossbow builds: ursacomputing/crossbow @ actions-ccceaf6e7f
|
hiroyuki-sato
commented
Aug 26, 2025
I reverted this change for testing |
hiroyuki-sato
commented
Aug 26, 2025
@github-actions crossbow submit emscripten |
|
hiroyuki-sato
commented
Aug 26, 2025
@github-actions crossbow submit test-conda-python-emscripten test-ubuntu-22.04-cpp-emscripten |
Revision: 46d2857 Submitted crossbow builds: ursacomputing/crossbow @ actions-80377eea67
|
hiroyuki-sato
commented
Aug 26, 2025
|
kou
commented
Aug 26, 2025
OK. Let's complete #47330 before this. |
e1ecc13 to
0a2541aComparehiroyuki-sato
commented
Jul 24, 2026
@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
bc5e282Comparehiroyuki-sato
commented
Jul 24, 2026
@github-actions crossbow submit test-conda-python-emscripten test-ubuntu-22.04-cpp-emscripten |
Revision: bc5e282 Submitted crossbow builds: ursacomputing/crossbow @ actions-a99c8df489
|
hiroyuki-sato
commented
Jul 24, 2026
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 |
raulcd
commented
Jul 24, 2026
Thanks so much for working on those @hiroyuki-sato ! I merged this one before :) |
After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit 6efe7b3. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 44 possible false positives for unstable benchmarks that are known to sometimes produce them. |
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.