Skip to content
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] Conan 2.0 build command no longer displays input profiles #13212

Closed
System-Arch opened this issue Feb 23, 2023 · 1 comment · Fixed by #13214
Closed

[bug] Conan 2.0 build command no longer displays input profiles #13212

System-Arch opened this issue Feb 23, 2023 · 1 comment · Fixed by #13214
Labels
bug component: ux No changes to core business logic good first issue
Milestone

Comments

@System-Arch
Copy link
Contributor

Environment details

  • Operating System+version: Debian 10
  • Compiler+version: N/A
  • Conan version: 2.0
  • Python version: N/A

Steps to reproduce

conan-2.0 build -pr:b tools.jinja -pr:h tools.jinja --name zlib --version 1.2.11 .

Logs

conan-2.0 build -pr:b tools.jinja -pr:h tools.jinja --name zlib --version 1.2.11 .

======== Computing dependency graph ========
Graph root
conanfile.py (zlib/1.2.11): /tmp/tmp.E0yZBKFZqA/zlib/conanfile.py
Build requirements
cmake/3.25.2#3879379b09c6c62f34968ecd870c278f - Cache
openssl/1.1.1t#48dbd82b8f9c47890074d82aafe302e1 - Cache

======== Computing necessary packages ========
Build requirements
cmake/3.25.2#3879379b09c6c62f34968ecd870c278f:d51b94ec024af4a0f47ccf0400b7a0e260c30ff0#042b95eec03536ee7c6aea0e1157e2b9 - Cache
openssl/1.1.1t#48dbd82b8f9c47890074d82aafe302e1:896855b1e3b5961bfcc08e699116d9ed588cac00#8a6a7d29ea2f08451c33f97867114fdc - Skip

======== Installing packages ========

@System-Arch
Copy link
Contributor Author

This regression is fallout from the recent refactoring that occurred in #12746. It has significant usability implications when one is running discrete build commands. From looking at the code, I believe this was just an oversight. I have a simple fix for it that I will submit shortly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug component: ux No changes to core business logic good first issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants