avantgardnerio commented on code in PR #249:
URL: https://github.com/apache/arrow-ballista/pull/249#discussion_r974868942


##########
dev/build-ballista-docker.sh:
##########
@@ -19,9 +19,13 @@
 
 set -e
 
+docker build -t ballista-builder --build-arg EXT_UID="$(id -u)" -f 
dev/docker/ballista-builder.Dockerfile .
+
+docker run -v $(pwd):/home/builder/workspace ballista-builder

Review Comment:
   Build in the build container, but don't use ephemeral storage and wipe 
everything so we have faster build & test cycles, but CI is still pure.



-- 
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]

Reply via email to