Skip to content

Commit

Permalink
fix: test 4
Browse files Browse the repository at this point in the history
  • Loading branch information
vibhatha committed Aug 14, 2024
1 parent 7e591b3 commit f3cf3ff
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 @@ -96,7 +96,7 @@ if [ "${ARROW_JAVA_JNI}" = "ON" ]; then
fi

# Use `2 * ncores` threads
${mvn} -T 2C clean install
${mvn} -T 2C clean install -Darrow.memory.debug.allocator=true

if [ "${BUILD_DOCS_JAVA}" == "ON" ]; then
# HTTP pooling is turned of to avoid download issues https://issues.apache.org/jira/browse/ARROW-11633
Expand Down

0 comments on commit f3cf3ff

Please sign in to comment.