assignUser commented on code in PR #13556: URL: https://github.com/apache/arrow/pull/13556#discussion_r926557181
########## docker-compose.yml: ########## @@ -245,8 +251,10 @@ services: volumes: &conda-volumes - .:/arrow:delegated - ${DOCKER_VOLUME_PREFIX}conda-ccache:/ccache:delegated - command: - ["/arrow/ci/scripts/cpp_build.sh /arrow /build && + command: &conda-cpp-command + ["/arrow/ci/scripts/install_sccache.sh unknown-linux-musl && Review Comment: > There are prebuilt x86-64 binaries available for Windows, **Linux (a portable binary compiled against musl),** and macOS I haven't moved the installation to the dockerfiles for ease of testing but we can do that. -- 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-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org