-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug] gRPC compiler_executables wrong compiler for googleapis #15474
Comments
Hi @fjp The So this doesn't sound a Conan issue, but a conan-center-index one, moving it there. |
Hi @fjp - thanks for reporting this! Any chance you can test the same pattern with the recipes as they are in these PRs, where they are being updated to the newer CMake integrations. As @memsharded mentions, the new integrations should honour the new setting :) |
Thank you both for the hints. @jcar87 When I checkout PR-15450 and execute
Shouldn't this I am also wondering because
|
@jcar87 I got quite far, but the grpc build fails with an error close to the end:
Any ideas why this might happen? Edit: The error above happens for all versions of grpc ("1.50.1", "1.50.0", "1.48.0", "1.47.1", "1.46.3"). For 1.45.2 the build works by setting CC and CXX to clang. |
Environment details
Steps to reproduce
conan install grpc/1.50.1@ -pr:h linux-clang13-x86_64-release -pr:b linux-clang13-x86_64-release -b missing
at first seems to use the correct compiler from the profile (clang) but for googleapis cmake starts to use the wrong compiler (gcc)command output
conan install googleapis/cci.20220711@ -pr:h linux-clang13-x86_64-release -pr:b linux-clang13-x86_64-release -b missing
immediately picks up the wrong compiler instead of clangWhy is GNU gcc suddendly used for installing googleapis? Is this an issue with the new
compiler_executables
feature or an issue in the googleapis/cci.20220711 recipe?Logs
No response
The text was updated successfully, but these errors were encountered: