pitrou commented on code in PR #50992:
URL: https://github.com/apache/arrow/pull/50992#discussion_r3860887053
##########
compose.yaml:
##########
@@ -507,7 +507,7 @@ services:
shm_size: *shm-size
ulimits: *ulimits
environment:
- <<: [*common, *ccache, *cpp]
+ <<: [*common, *ccache, *sccache, *cpp]
Review Comment:
Ok, you're right, it seems that sccache
[breaks](https://github.com/ursacomputing/crossbow/actions/runs/32946590574/job/98108499066#step:6:1794)
under this scenario.
```
sccache: error: Server startup failed: cache storage failed to read:
Unexpected (temporary) at read => send http request
Context:
url: https://s3.***.amazonaws.com/***/sccache/.sccache_check
called: http_util::Client::send
service: s3
path: .sccache_check
range: 0-
Source:
error sending request for url
(https://s3.***.amazonaws.com/***/sccache/.sccache_check): client error
(Connect): dns error: failed to lookup address information: Try again: failed
to lookup address information: Try again
```
--
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]