kszucs commented on code in PR #12854: URL: https://github.com/apache/arrow/pull/12854#discussion_r849512829
########## python/examples/minimal_build/build_conda.sh: ########## @@ -28,8 +28,6 @@ CPP_BUILD_DIR=$HOME/arrow-cpp-build ARROW_ROOT=/arrow PYTHON=3.10 -git clone --depth=100 https://github.com/apache/arrow.git /arrow - #---------------------------------------------------------------------- Review Comment: Sure, feel free to defer it to a follow-up ticket. Installing conda can take significant time which is hard to iterate with. This time can be reduced by installing conda during docker-build in the relevant dockerfile. We could also switch to use the official conda image instead but still installing the conda dependencies from the dockerfile. -- 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]
