Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aws-c-cal: fix dependency version conflict #22427

Merged

Conversation

st9007a
Copy link
Contributor

@st9007a st9007a commented Jan 18, 2024

Specify library name and version: aws-c-cal/0.6.9

After adding was-c-common/0.9.12, I tried to use this version in aws-c-io but got a build failure. It is because the dependency of aws-c-io: aws-c-cal is hard coded to use aws-c-common/0.9.6. So, I filed this PR to adjust the version range of the dependencies.

Related PR: #22421


@conan-center-bot

This comment has been minimized.

Copy link
Contributor

@valgur valgur left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Version ranges are only allowed for a limited set of packages. You will have to use a specific version for now.

@st9007a
Copy link
Contributor Author

st9007a commented Mar 25, 2024

Version ranges are only allowed for a limited set of packages. You will have to use a specific version for now.

Hi @valgur,

Thanks for your review. Do you mean there should be a upper bound for aws-c-common/[>=0.9.7] ?

@st9007a st9007a force-pushed the Fix-version-conflict-in-aws-c-cal branch from a5927a1 to 6dc4260 Compare March 25, 2024 12:32
@st9007a
Copy link
Contributor Author

st9007a commented Mar 25, 2024

Version ranges are only allowed for a limited set of packages. You will have to use a specific version for now.

Hi @valgur,

Thanks for your review. Do you mean there should be a upper bound for aws-c-common/[>=0.9.7] ?

Following the suggestion from here, I also updated this pr.

@conan-center-bot

This comment has been minimized.

@conan-center-bot
Copy link
Collaborator

Conan v1 pipeline ✔️

All green in build 2 (6dc426099c4076aa65c77733a3109ca77172f6a2):

  • aws-c-cal/0.6.9:
    All packages built successfully! (All logs)

  • aws-c-cal/0.6.1:
    All packages built successfully! (All logs)

  • aws-c-cal/0.5.17:
    All packages built successfully! (All logs)

  • aws-c-cal/0.5.20:
    All packages built successfully! (All logs)

  • aws-c-cal/0.5.19:
    All packages built successfully! (All logs)

  • aws-c-cal/0.5.12:
    All packages built successfully! (All logs)

  • aws-c-cal/0.5.13:
    All packages built successfully! (All logs)


Conan v2 pipeline ✔️

Note: Conan v2 builds are now mandatory. Please read our discussion about it.

All green in build 1 (6dc426099c4076aa65c77733a3109ca77172f6a2):

  • aws-c-cal/0.6.9:
    All packages built successfully! (All logs)

  • aws-c-cal/0.6.1:
    All packages built successfully! (All logs)

  • aws-c-cal/0.5.20:
    All packages built successfully! (All logs)

  • aws-c-cal/0.5.13:
    All packages built successfully! (All logs)

  • aws-c-cal/0.5.12:
    All packages built successfully! (All logs)

  • aws-c-cal/0.5.19:
    All packages built successfully! (All logs)

  • aws-c-cal/0.5.17:
    All packages built successfully! (All logs)

@danimtb danimtb self-assigned this Jun 3, 2024
@conan-center-bot conan-center-bot merged commit 677d75a into conan-io:master Jun 3, 2024
43 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants