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
Some packages need short_paths enabled during build, but once built can be stored normally in a package folder in CONAN_HOME.
For example conan-io/conan-center-index#725,
this package needs short_paths enabled during build() but can have a normal path during package().
Essentially, it would be nice if self.build_folder can be a short path but self.package_folder a normal path.
The text was updated successfully, but these errors were encountered:
madebr
changed the title
[feature] se short_paths during build, use normal paths for packaging
[feature] use short_paths during build, normal paths during packaging
Jan 24, 2020
This feature request makes sense, but I am a bit afraid of adding more complexity and fragility into the code, for something that doesn't seem critical, but a nice to have. I would delay this to see if https://github.com/conan-io/conan/pull/6415/files moves forward, and come back later to analyze if makes sense or not. A possibility could be allowing defining short_paths = "build", and short_paths = "build", "package" or something like that.
Some packages need
short_paths
enabled during build, but once built can be stored normally in a package folder inCONAN_HOME
.For example conan-io/conan-center-index#725,
this package needs
short_paths
enabled duringbuild()
but can have a normal path duringpackage()
.Essentially, it would be nice if
self.build_folder
can be a short path butself.package_folder
a normal path.The text was updated successfully, but these errors were encountered: