pitrou commented on PR #14345:
URL: https://github.com/apache/arrow/pull/14345#issuecomment-1281059610

   I've noticed something:
   ```
   $ archery docker info conda-cpp
   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: None
       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: None
       AWS_SECRET_ACCESS_KEY: None
       SCCACHE_BUCKET: None
       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']
   ```
   
   Printing `ARROW_ENABLE_TIMING_TESTS: None` is a bit unfortunate. What 
happens actually is that the value is inherited from the calling shell's 
environment. So perhaps print out `<inherited>` or something.


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