pitrou commented on code in PR #45854: URL: https://github.com/apache/arrow/pull/45854#discussion_r2021252158
########## ci/scripts/python_build.sh: ########## @@ -89,7 +136,37 @@ pushd ${python_build_dir} # on Debian/Ubuntu (ARROW-15243). # - Cannot use build isolation as we want to use specific dependency versions # (e.g. Numpy, Pandas) on some CI jobs. -${PYTHON:-python} -m pip install --no-deps --no-build-isolation -vv . + +# The conda compilers package may mess with C{XX}_FLAGS in a way that interferes +# with the compiler Review Comment: Hmm, I'm not sure what this means. We should be using the conda compilers for building (if available), so the flags shouldn't interfere. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org