You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's worth noting that libcurl recipe defines self.win_bash=True in build requirements if Windows and not msvc, and adds msys2 to build requirements in this case if tools.microsoft.bash:path is not defined (and I don't define this conf in my profile, command line or global.conf). msys2 defines tools.microsoft.bash:subsystem in its package_info(), so it shouldn't fail, and actually it didn't fail before conan 2.0.15 (just tested again with conan 2.0.14, and it builds fine).
SpaceIm
changed the title
[bug] ERROR: win_bash=True but tools.microsoft.bash:subsystem configuration not defined
[bug] "ERROR: win_bash=True but tools.microsoft.bash:subsystem configuration not defined" even though it's defined by a build requirement
Dec 21, 2023
I get the same error from a fresh conan install in CI with another package: openh264
But after playing with a little with the conan version from/to 2.0.14 and 2.0.15, now I don't have the issue even with the last version of conan 2.0.15...
Environment details
Steps to reproduce
Logs
The text was updated successfully, but these errors were encountered: