Closed theirix closed 3 years ago
Seems like master should be merged to develop with 1.30 upgrade
I hit this issue too and fixed it in the same way https://github.com/Croydon/conan-package-tools/commit/7c0a4552e81aac49159b8a6030209385dcbc5cfa
I definitely should have searched here before 😄
@uilianries could you please have a look?
Unfortunately, the same:
Exception: Conan/CPT version mismatch. Conan version installed: 1.31.0 .
This version of CPT supports only Conan < 1.30
I think you have to do a git fetch upstream && git rebase upstream/develop
I think you have to do a
git fetch upstream && git rebase upstream/develop
Rebased but support for 1.31.0 (#530) is not merged yet.
Somewhat weird that CPT is using a testing suite for versions it doesn't yet support
Anyhow, I guess now you can re-base and it should work?
Somewhat weird that CPT is using a testing suite for versions it doesn't yet support
Anyhow, I guess now you can re-base and it should work?
Almost! Now one of builds complaints with "Exception: Conan/CPT version mismatch. Conan version installed: 1.32.0 . This version of CPT supports only Conan < 1.31" :(
I don't understand the CI setup and the error has clearly nothing to do with this pull request
@uilianries How do we move this forward?
@theirix Could you update the value of NEWEST_CONAN_SUPPORTED
and the version in requirements.txt
for Conan 1.32.0?
The current develop
branch fails too because of this
https://github.com/conan-io/conan-package-tools/commit/245b72193b95a8d3d2fb8e70b53fbb37d11cd2aa
@Croydon tried but the build fails again. Probably it is conan==1.32.0.dev0 vs 1.32.0
PR #531 has been merged. Let's see the next result for this PR.
Success! 🎉
Thank you all!
Fixes PR #447
The patch allows building packages using Docker in non-flat repositories with specifying cwd.
Example:
Changelog: Feature: Pass cwd to DockerCreateRunner