Anthony Louis Gotlib Ferreira created ARROW-15634:
-----------------------------------------------------
Summary: [C++][Packaging] Improve compilation speed for java-jars
nighlty build ofr MacOS
Key: ARROW-15634
URL: https://issues.apache.org/jira/browse/ARROW-15634
Project: Apache Arrow
Issue Type: Improvement
Components: C++, Packaging
Reporter: Anthony Louis Gotlib Ferreira
Assignee: Anthony Louis Gotlib Ferreira
Currently, the
[script|https://github.com/apache/arrow/blob/master/ci/scripts/java_jni_macos_build.sh]
that builds the C++ Arrow modules in MacOS for the *java-jars* nightly build
uses *Unix Makefiles* as the cmake generator.
Changing the generator to *ninja* helps to speed up the compile process as it
is parallel by default and has better dependency management.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)