kou opened a new issue, #41920: URL: https://github.com/apache/arrow/issues/41920
### Describe the bug, including details regarding any error messages, version, and platform. GH-41455 added build directory argument to `ci/scripts/js_{build,test}.sh` but it didn't change `.github/workflows/js.yml` that is also use `ci/scripts/js_{build,test}.sh`. So JS CI jobs are failing: [AMD64 macOS 11 NodeJS 18](https://github.com/apache/arrow/actions/runs/9331819896/job/25686940979?pr=41911#logs) ```text Run ci/scripts/js_build.sh $(pwd) ci/scripts/js_build.sh $(pwd) shell: /bin/bash --noprofile --norc -e -o pipefail {0} env: ARCHERY_DEBUG: 1 ARCHERY_USE_DOCKER_CLI: 1 + arrow_dir=/Users/runner/work/arrow/arrow + source_dir=/Users/runner/work/arrow/arrow/js + build_dir= + : OFF + rm -rf /js + mkdir -p usage: mkdir [-pv] [-m mode] directory_name ... Error: Process completed with exit code 64. ``` [AMD64 Windows NodeJS 18](https://github.com/apache/arrow/actions/runs/9331819896/job/25686941087?pr=41911#logs) ```text Run ci/scripts/js_build.sh $(pwd) + arrow_dir=/d/a/arrow/arrow + source_dir=/d/a/arrow/arrow/js + build_dir= + : OFF + rm -rf /js + mkdir -p mkdir: missing operand Try 'mkdir --help' for more information. Error: Process completed with exit code 1. ``` ### Component(s) Continuous Integration, JavaScript -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org