Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f5e15c2944d771e77f207a3a95bb27321198a454
https://github.com/WebKit/WebKit/commit/f5e15c2944d771e77f207a3a95bb27321198a454
Author: Nikolas Zimmermann <[email protected]>
Date: 2026-05-21 (Thu, 21 May 2026)
Changed paths:
M Tools/Scripts/webkitpy/port/linux_container_sdk_utils.py
Log Message:
-----------
[Tools][SDK] Improve container SDK warnings
https://bugs.webkit.org/show_bug.cgi?id=315321
Reviewed by Carlos Alberto Lopez Perez.
The in-SDK version mismatch warning told users to re-run wrapper
scripts from the host, but the regular wkdev SDK container is
non-ephemeral and needs updates via `wkdev-update <container?>`.
Replace with a single-line warning carrying the correct command
picking up the container's name from /run/.containerenv. Apply
the same one-line treatment to the host-side podman-missing
warning.
* Tools/Scripts/webkitpy/port/linux_container_sdk_utils.py:
(_env_var_should_be_forwarded):
(_read_container_name):
(maybe_enter_webkit_container_sdk):
(_print_prominent_warning): Deleted.
Canonical link: https://commits.webkit.org/313690@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications