Skip to content

Commit 3e89d8a

Browse files
committed
Remove unused n_jobs
1 parent 5f4fe25 commit 3e89d8a

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

ci/scripts/python_build.sh

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -39,21 +39,6 @@ if [ -n "${ARROW_PYTHON_VENV:-}" ]; then
3939
. "${ARROW_PYTHON_VENV}/bin/activate"
4040
fi
4141

42-
case "$(uname)" in
43-
Linux)
44-
n_jobs=$(nproc)
45-
;;
46-
Darwin)
47-
n_jobs=$(sysctl -n hw.ncpu)
48-
;;
49-
MINGW*)
50-
n_jobs=${NUMBER_OF_PROCESSORS:-1}
51-
;;
52-
*)
53-
n_jobs=${NPROC:-1}
54-
;;
55-
esac
56-
5742
if [ -n "${CONDA_PREFIX}" ]; then
5843
echo -e "===\n=== Conda environment for build\n==="
5944
conda list

0 commit comments

Comments
 (0)