-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add --profile:build option #10
Comments
Yes, I'll add |
You can look at a draft implementation in #11. |
ravenexp
added a commit
that referenced
this issue
Nov 27, 2024
Allow setting Conan build profile along with the host profile. Add an alias `ConanInstall::host_profile()` for `ConanInstall::profile()`. Bump the crate version to 0.1.3 (preliminary). Resolves #10
Change LGTM and works for me on my end, thank you very much! There's also option |
ravenexp
added a commit
that referenced
this issue
Nov 27, 2024
Allow setting Conan build profile along with the host profile. Add an alias `ConanInstall::host_profile()` for `ConanInstall::profile()`. Bump the crate version to 0.1.3 (preliminary). Resolves #10
Released in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, there's only the option to specify
--profile
, which is equivalent to--profile:host
(source). Would it be possible to expose a way to specify--profile:build
?The text was updated successfully, but these errors were encountered: