-
Notifications
You must be signed in to change notification settings - Fork 989
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] Possible Bazel toolchain deficiencies #14519
Comments
Thanks @valgur for the report. |
Hi @valgur Thanks a lot for reporting this! All your points should be solved by #14958, but the latest one:
Bazel has no explicit mechanism to do that, so it's not still obvious to make it automatically. I hope that future versions of Conan can automatize it in a better way. |
Thank you for the hard work on this, @franramirez688! Looks like everything I previously mentioned has been addressed and the issue can be closed. |
Copying over some observations regarding the Bazel generators / build system from one of the few CCI recipes targeting a Bazel-based project: conan-io/conan-center-index#17575 (comment)
tools.build:compiler_executables
config values were not being applied.cppstd
value was not being translated into a--std=c++14
build flag, as is done withCMakeToolchain
. I might simply be using theBazelToolchain
incorrectly, though.package()
using Bazel. I added some explicitcopy()
commands in the conanfile for this.Conan version: 2.0.4
Steps to reproduce
conan create
on the recipe.The text was updated successfully, but these errors were encountered: