kszucs commented on a change in pull request #9096:
URL: https://github.com/apache/arrow/pull/9096#discussion_r555358083
##########
File path: .env
##########
@@ -18,6 +18,12 @@
# All of the following environment variables are required to set default values
# for the parameters in docker-compose.yml.
+# empty prefix means bind mounted volumes which prevents a number
+# of permission issues
+DOCKER_VOLUME_PREFIX=""
+# should setup this on GHA to keep the cache plugin functional
+# DOCKER_VOLUME_PREFIX=".docker/"
Review comment:
Need to set this in all the github actions workfloww where
docker-compose is used to keep the cache plugin functional.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]