kou commented on PR #13244:
URL: https://github.com/apache/arrow/pull/13244#issuecomment-1154423528
`docker build` didn't use pulled images as cache as @kszucs said.
I added the following workflow as a workaround (see the description of this
pull request for details, I've updated):
```shell
if ! docker pull; then
docker build
fi
docker run
```
This is ready to merge now. I'll merge this tomorrow.
--
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]