-
Notifications
You must be signed in to change notification settings - Fork 991
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 create -kb
doesn't inject tools.microsoft.bash:subsystem
config from tool_requires
#12154
Comments
Note: |
Is it documented somewhere? I don't see anything in https://docs.conan.io/en/latest/reference/commands/creator/create.html. What is the successor of |
Not explicitly documented in the migration guide, as it is more focused on the recipes, not all commands, but it can be added. No successors, builds in the cache will always be clean, it will not keep a previous build just for the package. The alternative is a local |
Closing as outdated, --keep-build removed in 2.0 |
Environment Details (include every applicable attribute)
Steps to reproduce (Include if Applicable)
conan create . xz_utils/5.2.5@ -pr mingw_profile
(it should fail due to [bug]conan.tools.gnu.Autotools.install()
doesn't work if build machine is Windows #12153)conan.tools.gnu.Autotools.install()
doesn't work if build machine is Windows #12153:autotools.install(args=[f"DESTDIR={unix_path(self, self.package_folder)}"])
conan create . xz_utils/5.2.5@ -pr mingw_profile -kb
Be sure to not have
tools.microsoft.bash:subsystem
ortools.microsoft.bash:path
set globally or in profile (they should come frommsys2
recipe which is intool_requires
ofxz_utils
recipe).Logs (Executed commands with output) (Include/Attach if Applicable)
The text was updated successfully, but these errors were encountered: