"conan upload" should support MSYS shell
See original GitHub issueRationale: MSYS uses separate home path, so all packages built in MSYS shell end up in other .conan directory than those built with cmd.exe. While it’s certainly possible to run conan in cmd.exe with CONAN_USER_HOME
pointing to MSYS home, it’s adding unnecessary hassle.
Currently upload doesn’t work in MSYS shell: password is entered in a plain view instead of silenced (I guess conio API is used which is not supported here), and upload doesn’t start.
Issue Analytics
- State:
- Created 7 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Windows Subsystems — conan 1.55.0 documentation
Conan supports MSYS 2 , CYGWIN , WSL and in general any subsystem that is able to run a bash shell. Many libraries...
Read more >MSYS2 and cmake_installer issues #5663 - conan-io ... - GitHub
This issue is that cmake_installer is providing a windows binary of cmake, but the cmake_paths generated by conan provides MSYS2 based paths ...
Read more >Conan packages in the Package Registry - GitLab Docs
The GitLab Conan repository supports the following Conan CLI commands: conan upload : Upload your recipe and package files to the Package Registry....
Read more >Cmake Error: could not load cache - Stack Overflow
If you are using the CLion, you can use File---"Reload CMake Project". I meet this problem after using git force pull, and Reload...
Read more >mingw-w64-x86_64-python - MSYS2 Packages
A high-level scripting language (mingw-w64). Source Files · View Changes · Bug Reports · Add New Bug. Base Package: ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
One possible way to handle this issue is to make a feature request in that third party library
Released in 0.16