jonkeane commented on code in PR #44721:
URL: https://github.com/apache/arrow/pull/44721#discussion_r1842231488
##########
docker-compose.yml:
##########
@@ -484,6 +485,30 @@ services:
volumes: *ubuntu-volumes
command: *cpp-command
+ ubuntu-cpp-bundled-offline:
+ # Arrow build with BUNDLED dependencies with downloaded dependencies.
+ image: ${REPO}:${ARCH}-ubuntu-${UBUNTU}-cpp-minimal
+ build:
+ context: .
+ dockerfile: ci/docker/ubuntu-${UBUNTU}-cpp-minimal.dockerfile
+ cache_from:
+ - ${REPO}:${ARCH}-ubuntu-${UBUNTU}-cpp-minimal
+ args:
+ arch: ${ARCH}
+ base: "${ARCH}/ubuntu:${UBUNTU}"
+ llvm: ${LLVM}
+ shm_size: *shm-size
+ ulimits: *ulimits
+ environment:
+ <<: [*common, *ccache, *sccache, *cpp]
Review Comment:
I will admit that my knowledge is slightly sketchy here, but do we want
ccache and sccache here? Is it possible those could contain built artifacts
that aren't offline?
--
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]