- Notifications
You must be signed in to change notification settings - Fork5.2k
[release/9.0-staging] Add support for more libicu versions#115376
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
[release/9.0-staging] Add support for more libicu versions#115376
Uh oh!
There was an error while loading.Please reload this page.
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Pull Request Overview
This PR adds support for additional libicu versions to accommodate updates in the Debian Trixie repository while preserving compatibility with the required libicu72.
- Added versions 78, 77, and 76 to the KnownLibIcuVersion list
- Adjusted the dependency list in dotnet-runtime-deps-debian.proj to reflect these new versions
jozkee commentedMay 7, 2025
@NikolaMilosavljevic friendly reminder that code complete is on Monday May 12th (2:00 PM Pacific) for the June Release. If you'd like to get this change included in that release, please get a Tactics approval and merge this PR before that. |
NikolaMilosavljevic commentedMay 8, 2025
This was approved for servicing - updating the label. |
7a98cb9 intodotnet:release/9.0-stagingUh oh!
There was an error while loading.Please reload this page.
Fixes:#115274
Debian Trixie package repository was updated to include just
libicu76. We requirelibicu72.Besides version 76, this PR also adds versions 77 and 78, to limit the need to change this file often.