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

[perl] Update Strawberry Perl to 5.38.0.1 and switch to GitHub. #33854

Merged
merged 1 commit into from
Sep 25, 2023

Conversation

BillyONeal
Copy link
Member

Resolves #28288

@BillyONeal BillyONeal added info:internal This PR or Issue was filed by the vcpkg team. category:tool-update The issue is with build tool or build script, which requires update or should be executed correctly labels Sep 19, 2023
@BillyONeal
Copy link
Member Author

Thank you thank you thank you @shawnlaffan !

https://github.com/StrawberryPerl/Perl-Dist-Strawberry/releases/tag/SP_5380_5361

set(tool_subdirectory ${program_version})
set(paths_to_search ${DOWNLOADS}/tools/perl/${tool_subdirectory}/perl/bin)
set(brew_package_name "perl")
set(apt_package_name "perl")
set(download_urls
"https://strawberryperl.com/download/${program_version}/strawberry-perl-${program_version}-32bit.zip"
"https://github.com/StrawberryPerl/Perl-Dist-Strawberry/releases/download/SP_5380_5361/strawberry-perl-5.38.0.1-64bit-portable.zip"
Copy link
Contributor

Choose a reason for hiding this comment

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

Does this need extra guards, and extra announcements, due to requiring 64 bit hosts?
Should 32 bit hosts continue to use the old version?

Choose a reason for hiding this comment

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

32 bit builds do not currently exist but might yet be done. This is being tracked under StrawberryPerl/Perl-Dist-Strawberry#96

Copy link
Member Author

Choose a reason for hiding this comment

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

We already require 64 bit in a bunch of other places

Copy link
Contributor

Choose a reason for hiding this comment

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

My concern is the UX when users are on x86 windows hosts. If they don't even get to this point, fine. Otherwise, it should be handled in a way that doesn't create too many new issue reports. (Using the old download might be a good mitigation.)

@BillyONeal BillyONeal changed the title [perl] Update strawberry perl to 5.38.0.1 and switch to GitHub. [perl] Update Strawberry Perl to 5.38.0.1 and switch to GitHub. Sep 19, 2023
@vicroms vicroms merged commit 08cc145 into microsoft:master Sep 25, 2023
15 checks passed
@BillyONeal BillyONeal deleted the update-strawberry-perl branch September 25, 2023 18:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[openssl] replace the flaky strawberry perl distribution
5 participants