You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "kou (via GitHub)" <gi...@apache.org> on 2023/05/17 23:39:15 UTC

[GitHub] [arrow] kou commented on issue #35641: [CI][C++] Bad compile/link times despite ccache

kou commented on issue #35641:
URL: https://github.com/apache/arrow/issues/35641#issuecomment-1552215717

   If precompiled header is a problem, we may be able to fix this by the following change:
   
   ```diff
   diff --git a/docker-compose.yml b/docker-compose.yml
   index 588146075..96b4290f5 100644
   --- a/docker-compose.yml
   +++ b/docker-compose.yml
   @@ -281,7 +281,6 @@ services:
          ARROW_EXTRA_ERROR_CONTEXT: "ON"
          ARROW_MIMALLOC: "ON"
          ARROW_USE_LD_GOLD: "ON"
   -      ARROW_USE_PRECOMPILED_HEADERS: "ON"
          BUILD_DOCS_PYTHON: "ON"
        volumes: &conda-volumes
          - .:/arrow:delegated
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org