Carlos Zoido
Carlos Zoido
> @czoido wdyt? > > As the Conan 1.X releases will be less frequent, maybe we can just recall to manually change the latest in https://github.com/conan-io/conan/releases when we release a...
Hi @solarispika, Thanks a lot for reporting. I have just [opened an issue](https://github.com/conan-io/conan/issues/16282) as I think that we are not setting the correct value for `CMAKE_SYSTEM_VERSION`, it should be the...
Hello @gmeeker, Thank you very much for your contribution. Although this way of implementing seems valid, I think it would be better to do it through a custom command, as...
Hi @AndreyGranovsky, Thanks for reporting. I have been checking this and apparently it works fine for me as long as I pass the local repository to the `art:build-info` commands. I'm...
> Hi @czoido ! As you may have read [here](https://github.com/conan-io/conan-extensions/pull/58#issuecomment-1919184413) or in the conan slack channel, I'm interested on creating my Macos application universal binary. From what I understand I...
> Thanks @czoido ! I managed to create the universal folder by fixing two typo 👍 > > * `conan config install` => `conan config install .` > * `conan...
Build info upload failing in case the recipe upload was skipped, but a new package has been uploaded
Hi @schwaerz, Thanks a lot for reporting. I think the error was a bit misleading but in fact the real issue was that you needed to pass those arguments to...
Hi @JanGerber, There are some issues (that we hope are fixed soon) when using BuildInfo with Conan packages like if you re-upload files that are shared between different builds (like...
Hi @djeverett, This is related to a bug in Artifactory handling of BuildInfos. The problem is that for example, if you publish two BuildInfo's that share an artifact with the...
Thank you so much for the contribution @Neeeflix !