Kevin Gurney created ARROW-13658: ------------------------------------ Summary: [MATLAB] Reduce MATLAB CI Build Time by using ccache Key: ARROW-13658 URL: https://issues.apache.org/jira/browse/ARROW-13658 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. When doing clean builds of the MATLAB Interface locally, using [ccache|https://ccache.dev/] substantially reduced overall build time. We can follow the general approach used by other language bindings to enable the use of ccache in the MATLAB Interface GitHub Actions workflow. For example: [.github/workflows/cpp.yml|https://github.com/apache/arrow/blob/48f42e94ce8604195c1b90c4666baa1d302d3f8a/.github/workflows/cpp.yml#L301] -- This message was sent by Atlassian Jira (v8.3.4#803005)