lidavidm commented on code in PR #4689:
URL: https://github.com/apache/arrow-adbc/pull/4689#discussion_r3781993338
##########
.github/workflows/native-unix.yml:
##########
@@ -549,7 +549,8 @@ jobs:
./ci/scripts/remamba.sh install -c conda-forge \
python=${{ matrix.python }} \
--file ci/conda_env_cpp.txt \
- --file ci/conda_env_python.txt
+ --file ci/conda_env_python.txt \
+ ${{ (runner.os == 'Linux' && 'gcc gxx') || 'clang clangxx
"clang-21>=21.1.8"' }}
Review Comment:
I think this is necessary as otherwise it seems to pick up system cc. But I
think the version pin isn't necessary since I removed the libxml2 pin below
(which somehow influenced the clang version)
--
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]