amoeba opened a new pull request, #4642: URL: https://github.com/apache/arrow-adbc/pull/4642
The clang-tidy job recently started failing. Last success: https://github.com/apache/arrow-adbc/actions/runs/30502165159/job/90743952843 First failure: https://github.com/apache/arrow-adbc/actions/runs/30596999777/job/91051511466 The error is, > `Could not find the compiler specified in the environment variable CC: /home/runner/work/arrow-adbc/arrow-adbc/build/tidy/x86_64-conda-linux-gnu-cc.` The difference seems to be: Success: ``` ++ readlink -f /home/runner/miniconda3/envs/test/bin/x86_64-conda-linux-gnu-cc ++ readlink -f /home/runner/miniconda3/envs/test/bin/x86_64-conda-linux-gnu-c++ ``` Failure: ``` ++ readlink -f x86_64-conda-linux-gnu-cc ++ readlink -f x86_64-conda-linux-gnu-c++ ``` -- 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]
