Kevin Gurney created ARROW-13647:
------------------------------------
Summary: [MATLAB] Reduce MATLAB CI Build Time by Building Arrow
C++ Libraries separately and using Packaged GoogleTest
Key: ARROW-13647
URL: https://issues.apache.org/jira/browse/ARROW-13647
Project: Apache Arrow
Issue Type: Improvement
Components: MATLAB
Reporter: Kevin Gurney
Assignee: Kevin Gurney
As part of ARROW-13202, we investigated approaches for reducing the build time
of MATLAB Interface CI jobs. Right now we build and run the the Arrow C++ tests
as part of the MATLAB Interface build in order to make use of the bundled
GoogleTest binaries.
It may help to reduce overall build times if we instead build just the minimal
Arrow C++ libraries (without the C++ tests) and install GoogleTest on the
GitHub Actions Runner using apt-get.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)