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

[ryml] update to 0.7.2 #43074

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

wikiwang1991
Copy link
Contributor

@wikiwang1991 wikiwang1991 commented Jan 3, 2025

  • Changes comply with the maintainer guide.
  • SHA512s are updated for each updated download.
  • The "supports" clause reflects platforms that may be fixed by this new version.
  • Any fixed CI baseline entries are removed from that file.
  • Any patches that are no longer applied are deleted from the port's directory.
  • The version database is fixed by rerunning ./vcpkg x-add-version --all and committing the result.
  • Only one version is added to each modified port's versions file.

@Cheney-W Cheney-W added the category:port-update The issue is with a library, which is requesting update new revision label Jan 3, 2025
@Cheney-W
Copy link
Contributor

Cheney-W commented Jan 3, 2025

Failure:

CMake Error at ext/c4core/cmake/c4Project.cmake:1181 (find_program):
  Could not find GIT using the following names: git
Call Stack (most recent call first):
  ext/c4core/cmake/c4Project.cmake:1023 (c4_proj_get_version)
  ext/c4core/cmake/c4Project.cmake:964 (c4_set_default_pack_properties)
  CMakeLists.txt:116 (c4_pack_project)

Logs:
https://dev.azure.com/vcpkg/public/_build/results?buildId=111134&view=artifacts&pathAsName=false&type=publishedArtifacts

@wikiwang1991
Copy link
Contributor Author

jsonnet is still using ryml 0.5.0...

@wikiwang1991
Copy link
Contributor Author

wikiwang1991 commented Jan 10, 2025

@Cheney-W 这个咋搞?下游有个包依赖老版本,就把上游版本锁死了不能更新,要是更新下游,又因为依赖新版本上游,不能更新,死锁了
The jsonnet depends ryml 0.5.0, which locks the ryml version and prevents updates. If the jsonnet is updated, it will depend on the new version of the ryml, and thus cannot be updated either, resulting in a deadlock.

@Cheney-W
Copy link
Contributor

I think you can update both ryml and jsonnet in this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-update The issue is with a library, which is requesting update new revision
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants