amoeba commented on PR #4642: URL: https://github.com/apache/arrow-adbc/pull/4642#issuecomment-5148123197
Seems plausible it was caused by https://github.com/conda-forge/ctng-compiler-activation-feedstock/blob/main/recipe/build_scripts.sh#L222-L224 which looks like it just came out. ``` $ conda create -n test-old gcc_linux-64=14.3.0 -c conda-forge $ conda activate test-old $ echo $CC /opt/conda/envs/test-old/bin/x86_64-conda-linux-gnu-cc ``` ``` $ conda create -n test-new gcc_linux-64=14.4.0 -c conda-forge $ conda activate test-new $ echo $CC x86_64-conda-linux-gnu-cc -- 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]
