assignUser commented on PR #14345:
URL: https://github.com/apache/arrow/pull/14345#issuecomment-1282491296
+1
```
Service conda-cpp docker-compose config:
image: ${REPO}:${ARCH}-conda-cpp
build
context: .
dockerfile: ci/docker/conda-cpp.dockerfile
cache_from: ['${REPO}:${ARCH}-conda-cpp']
args
repo: ${REPO}
arch: ${ARCH}
shm_size: 2G
ulimits
core: ${ULIMIT_CORE}
environment
ARROW_BUILD_BENCHMARKS: ON
ARROW_BUILD_EXAMPLES: ON
ARROW_ENABLE_TIMING_TESTS: <inherited>
ARROW_EXTRA_ERROR_CONTEXT: ON
ARROW_MIMALLOC: ON
ARROW_USE_LD_GOLD: ON
ARROW_USE_PRECOMPILED_HEADERS: ON
BUILD_DOCS_PYTHON: ON
CCACHE_COMPILERCHECK: content
CCACHE_COMPRESS: 1
CCACHE_COMPRESSLEVEL: 6
CCACHE_MAXSIZE: 1G
CCACHE_DIR: /ccache
AWS_ACCESS_KEY_ID: <inherited>
AWS_SECRET_ACCESS_KEY: <inherited>
SCCACHE_BUCKET: <inherited>
SCCACHE_S3_KEY_PREFIX: ${SCCACHE_S3_KEY_PREFIX:-sccache}
volumes: ['.:/arrow:delegated',
'${DOCKER_VOLUME_PREFIX}conda-ccache:/ccache:delegated']
command: [' /arrow/ci/scripts/cpp_build.sh /arrow /build &&
/arrow/ci/scripts/cpp_test.sh /arrow /build']
```
--
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]