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

GH-41100: [Python][Packaging] Update vcpkg to avoid compromised version of xz #41106

Closed
wants to merge 1 commit into from

Conversation

raulcd
Copy link
Member

@raulcd raulcd commented Apr 9, 2024

Rationale for this change

New wheels are currently failing to build.

What changes are included in this PR?

Updating vcpkg

Are these changes tested?

Via archery

Are there any user-facing changes?

No

Copy link

github-actions bot commented Apr 9, 2024

⚠️ GitHub issue #41100 has been automatically assigned in GitHub to PR creator.

@raulcd
Copy link
Member Author

raulcd commented Apr 9, 2024

@github-actions crossbow submit -g wheel

@github-actions github-actions bot added the awaiting committer review Awaiting committer review label Apr 9, 2024
Copy link

github-actions bot commented Apr 9, 2024

Revision: 9226c87

Submitted crossbow builds: ursacomputing/crossbow @ actions-d9ae2f8864

Task Status
wheel-macos-big-sur-cp310-arm64 GitHub Actions
wheel-macos-big-sur-cp311-arm64 GitHub Actions
wheel-macos-big-sur-cp312-arm64 GitHub Actions
wheel-macos-big-sur-cp38-arm64 GitHub Actions
wheel-macos-big-sur-cp39-arm64 GitHub Actions
wheel-macos-catalina-cp310-amd64 GitHub Actions
wheel-macos-catalina-cp311-amd64 GitHub Actions
wheel-macos-catalina-cp312-amd64 GitHub Actions
wheel-macos-catalina-cp38-amd64 GitHub Actions
wheel-macos-catalina-cp39-amd64 GitHub Actions
wheel-manylinux-2-28-cp310-amd64 GitHub Actions
wheel-manylinux-2-28-cp310-arm64 GitHub Actions
wheel-manylinux-2-28-cp311-amd64 GitHub Actions
wheel-manylinux-2-28-cp311-arm64 GitHub Actions
wheel-manylinux-2-28-cp312-amd64 GitHub Actions
wheel-manylinux-2-28-cp312-arm64 GitHub Actions
wheel-manylinux-2-28-cp38-amd64 GitHub Actions
wheel-manylinux-2-28-cp38-arm64 GitHub Actions
wheel-manylinux-2-28-cp39-amd64 GitHub Actions
wheel-manylinux-2-28-cp39-arm64 GitHub Actions
wheel-manylinux-2014-cp310-amd64 GitHub Actions
wheel-manylinux-2014-cp310-arm64 GitHub Actions
wheel-manylinux-2014-cp311-amd64 GitHub Actions
wheel-manylinux-2014-cp311-arm64 GitHub Actions
wheel-manylinux-2014-cp312-amd64 GitHub Actions
wheel-manylinux-2014-cp312-arm64 GitHub Actions
wheel-manylinux-2014-cp38-amd64 GitHub Actions
wheel-manylinux-2014-cp38-arm64 GitHub Actions
wheel-manylinux-2014-cp39-amd64 GitHub Actions
wheel-manylinux-2014-cp39-arm64 GitHub Actions
wheel-windows-cp310-amd64 GitHub Actions
wheel-windows-cp311-amd64 GitHub Actions
wheel-windows-cp312-amd64 GitHub Actions
wheel-windows-cp38-amd64 GitHub Actions
wheel-windows-cp39-amd64 GitHub Actions

@@ -92,13 +92,13 @@ DEVTOOLSET_VERSION=
# Used through docker-compose.yml and serves as the default version for the
# ci/scripts/install_vcpkg.sh script. Prefer to use short SHAs to keep the
# docker tags more readable.
VCPKG="a42af01b72c28a8e1d7b48107b33e4f286a55ef6" # 2023.11.20 Release
VCPKG="a34c873a9717a888f58dc05268dea15592c2f0ff" # 2024.03.25 Release
Copy link
Member

Choose a reason for hiding this comment

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

We should not use this revision. Because this uses xz 5.6.0: https://github.com/microsoft/vcpkg/tree/2024.03.25/ports/liblzma

Copy link
Member Author

Choose a reason for hiding this comment

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

Thanks @kou , so this is the newer we can use until vcpkg creates a new tag:
https://github.com/microsoft/vcpkg/tree/2024.02.14/ports/liblzma

Copy link
Member

Choose a reason for hiding this comment

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

Yes. But it seems that we don't need this PR because https://github.com/tukaani-project/xz is enabled again.

Copy link
Member

Choose a reason for hiding this comment

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

Indeed: microsoft/vcpkg#37841 (comment). That should mean it should just work again (the vcpkg version we are currently using is an older one that has non-affected version of liblzma)

@github-actions github-actions bot added awaiting changes Awaiting changes and removed awaiting committer review Awaiting committer review labels Apr 9, 2024
@raulcd
Copy link
Member Author

raulcd commented Apr 10, 2024

I am closing this PR as unnecessary then. I'll try to update vcpkg once a new tag is created.

@raulcd raulcd closed this Apr 10, 2024
@raulcd raulcd deleted the GH-41100 branch April 10, 2024 07:06
@jorisvandenbossche
Copy link
Member

I'll try to update vcpkg once a new tag is created.

It's good to update the vcpkg tag from time to time, but that's not critical for the release I think (we updated it relatively recently)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting changes Awaiting changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants