[
https://issues.apache.org/jira/browse/ARROW-16794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17552158#comment-17552158
]
Antoine Pitrou commented on ARROW-16794:
----------------------------------------
To come back to the timeout problem, though, the obvious solution is indeed to
bump the timeout.
However, it is quite worrying that pure C++ builds on CI are now nearing the
one hour build time. One thing specific to the MinGW builds is the fact that
they build in Release mode (probably because Debug builds on Windows are
complicated). One mitigation would be to override CFLAGS and CXXFLAGS to
disable most optimizations.
> [CI][C++] MinGW builds sometimes time out
> -----------------------------------------
>
> Key: ARROW-16794
> URL: https://issues.apache.org/jira/browse/ARROW-16794
> Project: Apache Arrow
> Issue Type: Bug
> Components: C++, Continuous Integration
> Reporter: Antoine Pitrou
> Priority: Major
>
> When ccache is cold, the MinGW builds sometimes exceed the (large) 55 minutes
> timeout:
> https://github.com/apache/arrow/runs/6806190892?check_suite_focus=true
> C++ compile times have always been a concern on CI, but it may only grow as
> the codebase expands.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)