Commits


Sutou Kouhei authored and GitHub committed 965e761b852
ARROW-17510: [CI][C++][Windows][MSVC] Use ccache (#13957) ccache supports MSVC since 4.6.0: https://ccache.dev/releasenotes.html#_ccache_4_6 > Added support for caching calls to Microsoft Visual C++ (MSVC) and > clang-cl (MSVC compatibility for Clang). * no ccache: 22m23s: https://github.com/apache/arrow/runs/7983003808 * not cached: 39m35s: https://github.com/kou/arrow/runs/7984875241 * cached: 9m31s: https://github.com/kou/arrow/runs/7985401473 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Antoine Pitrou <antoine@python.org>