`version` dimension in CI build matrix seems to have no effect
Closed this issue · 3 comments
kyllingstad commented
The CI build matrix contains a version
dimension with one element: "1.0"
. As far as I can tell, this gets passed to the --version
switch of conan create
, which is used to specify the package version when no version is given in the conanfile
. But we do provide a version in conanfile.py
(or more precisely, in version.txt
), so the version switch apparently has no effect.
kyllingstad commented
@joakimono, can you confirm the above diagnosis? Or have I misunderstood how this works?
joakimono commented
I can confirm. This is a remnant from recipe patterns that can build various versions. It should be removed.
kyllingstad commented
Fixed by PR #11.