feat(linux): support Ubuntu 26.04#41025
Merged
Merged
Conversation
Adds Ubuntu 26.04 (Resolute Raccoon) as an officially supported host platform: detection in hostPlatform, download URL entries for every browser/tool in the registry (chromium/firefox/firefox-beta/ffmpeg/ android reuse the 24.04 builds; webkit gets its own webkit-ubuntu-26.04 artifact), and matching install-deps + lib2package entries in nativeDeps. The webkit dep list reflects Ubuntu 26.04's SONAME bumps: libicu74 -> libicu78, libvpx9 -> libvpx12, libxml2 -> libxml2-16, libx264-164 -> libx264-165. Firefox swaps libavcodec60 -> libavcodec62 (60 has no install candidate on 26.04). Chromium's dep list is unchanged. Fixes: microsoft#40117
pavelfeldman
approved these changes
May 27, 2026
Contributor
Test results for "MCP"1 failed 7180 passed, 1113 skipped Merge workflow run. |
Contributor
Test results for "tests 1"2 flaky43925 passed, 862 skipped Merge workflow run. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ubuntu26.04-x64/-arm64entries to every browser/tool download path in the registry. Chromium / Firefox / Firefox-beta / ffmpeg / Android reuse the 24.04 builds; WebKit gets newwebkit-ubuntu-26.04(.arm64).zipartifacts.nativeDepsentries reflecting 26.04's SONAME bumps (libicu74→78, libvpx9→12, libxml2→libxml2-16, libx264-164→165) and libavcodec60→62 for Firefox.References #40117