Luis Martinez
Luis Martinez
@Croydon some log or example, we could check? we couldn't reproduce it so far.
Maybe the PR doesn't manage correctly the `TRAVIS_COMMIT_MESSAGE`/`APPVEYOR_REPO_COMMIT_MESSAGE` env vars. Would be nice if some of you could you print these vars and confirm that the issue is there.
By the way, Probably it is the correct behavior for PRs, I doubt we want to skip builds in a CI depending on the user's commit. Could be dangerous.
But only for pip? what about the conan downloads?
Could you configure that machine to connect using the proxy at OS level?
@danimtb it depends if they run the CPT in a fresh environment or not. It can be used (if not using docker) with a previously populated shared Conan cache. I...
Sounds complex and error prone to be honest.
Would be worth it to try it, yes.
Yes. Looks like a bug. About passing options, no, you have to iterate/modify or create your builds with the wanted options: ``` builder = ConanMultiPackager(username="myusername") builder.add(settings={"arch": "x86", "build_type": "Debug"}, options={},...
I've been checking it and it is not really a bug, currently it admits only a profile name (not a path) that has to be in the profiles folder of...