Skip to content

Revert "Fetch latest ICU release version dynamically"#27127

Merged
daxian-dbw merged 1 commit intomasterfrom
revert-26827-patch-2
Mar 31, 2026
Merged

Revert "Fetch latest ICU release version dynamically"#27127
daxian-dbw merged 1 commit intomasterfrom
revert-26827-patch-2

Conversation

@daxian-dbw
Copy link
Copy Markdown
Member

@daxian-dbw daxian-dbw commented Mar 31, 2026

Revert the PR #26827

During the 7.6.0 release, we found this change caused the packaging pipeline to break because it tried to access an external endpoint, which is forbidden in the Azure DevOps official build environment.

Given that, we cannot retrieve the latest ICU version dynamically in the packaging script.

@daxian-dbw daxian-dbw requested a review from jshigetomi as a code owner March 31, 2026 21:03
Copilot AI review requested due to automatic review settings March 31, 2026 21:03
@daxian-dbw daxian-dbw requested a review from a team as a code owner March 31, 2026 21:03
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Reverts the recent change that fetched the latest ICU release version dynamically during packaging, because official Azure DevOps builds disallow outbound access to external endpoints (which broke the 7.6.0 packaging pipeline).

Changes:

  • Replace dynamic ICU version discovery with a fixed build ICU major version (76) for dependency calculations.
  • Remove the Get-IcuLatestRelease helper that used Invoke-WebRequest against GitHub.

@daxian-dbw daxian-dbw added the CL-BuildPackaging Indicates that a PR should be marked as a build or packaging change in the Change Log label Mar 31, 2026
@daxian-dbw daxian-dbw merged commit ff37ab4 into master Mar 31, 2026
46 of 47 checks passed
@daxian-dbw daxian-dbw deleted the revert-26827-patch-2 branch March 31, 2026 21:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CL-BuildPackaging Indicates that a PR should be marked as a build or packaging change in the Change Log

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants