kou commented on PR #39729:
URL: https://github.com/apache/arrow/pull/39729#issuecomment-2048466514
Could you try this?
```diff
diff --git a/docker-compose.yml b/docker-compose.yml
index 46717557bc..e4c2cb734f 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -724,7 +724,7 @@ services:
- .:/arrow:delegated
command: >-
/bin/bash -c "
- /arrow/ci/scripts/install_sccache.sh unknown-linux-musl
/usr/local/bin &&
+ sudo /arrow/ci/scripts/install_sccache.sh unknown-linux-musl
/usr/local/bin &&
/arrow/ci/scripts/conan_setup.sh &&
/arrow/ci/scripts/conan_build.sh /arrow /build"
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]