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

[7zip] Update to 24.06 #38790

Merged
merged 7 commits into from
Jun 11, 2024

Conversation

MonicaLiu0311
Copy link
Contributor

@MonicaLiu0311 MonicaLiu0311 commented May 17, 2024

Fixes #38764, update 7zip to 24.06.

No feature needs to be tested, the usage test passed on x64-windows(header files found):

7zip provides CMake targets:

  # this is heuristically generated, and may not be correct
  find_package(7zip CONFIG REQUIRED)
  target_link_libraries(main PRIVATE 7zip::7zip)
  • 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.

@MonicaLiu0311 MonicaLiu0311 added info:internal This PR or Issue was filed by the vcpkg team. category:port-update The issue is with a library, which is requesting update new revision category:tool-update The issue is with build tool or build script, which requires update or should be executed correctly labels May 17, 2024
@MonicaLiu0311 MonicaLiu0311 changed the title [7zip] Update to 24.05 [7zip] Update to 24.06 Jun 3, 2024
@SportsDataPlayground
Copy link
Contributor

I see already few records in scripts/ci.baseline.txt:
7zip:arm-neon-android=fail
7zip:arm64-android=fail

what about adding one more 7zip:x64-android=fail, if it is so hard to build it for x64-android?

@SportsDataPlayground
Copy link
Contributor

Just curious, why is this PR still in progress? btw, several hours or even day(s) on every [azure_pipelined] check is also quite annoying, isn't it? ;-)

@BillyONeal
Copy link
Member

Just curious, why is this PR still in progress? btw, several hours or even day(s) on every [azure_pipelined] check is also quite annoying, isn't it? ;-)

I don't know exactly but I do know @MonicaLiu0311 is out of office for a bit so I fixed the version DB.

I also checked that vcpkg fetch 7zip and vcpkg fetch 7zip_msi do the right thing.

@BillyONeal BillyONeal marked this pull request as ready for review June 11, 2024 00:32
@BillyONeal BillyONeal added the info:reviewed Pull Request changes follow basic guidelines label Jun 11, 2024
@BillyONeal BillyONeal merged commit a193e8f into microsoft:master Jun 11, 2024
17 checks passed
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 category:tool-update The issue is with build tool or build script, which requires update or should be executed correctly info:internal This PR or Issue was filed by the vcpkg team. info:reviewed Pull Request changes follow basic guidelines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[7zip] update to <24.05>
4 participants