Skip to content

Commit

Permalink
Try removing multithreaded config
Browse files Browse the repository at this point in the history
  • Loading branch information
danepitkin committed Aug 13, 2024
1 parent ae3b5ca commit 5c0bfc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/java_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ if [ $ARROW_JAVA_SKIP_GIT_PLUGIN ]; then
fi

# Use `2 * ncores` threads
mvn="${mvn} -T 2C"
# mvn="${mvn} -T 2C"

# https://github.com/apache/arrow/issues/41429
# TODO: We want to out-of-source build. This is a workaround. We copy
Expand Down

0 comments on commit 5c0bfc6

Please sign in to comment.