Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: e67bead77ea13a5d79908a5cc086a98ab1cef94a
https://github.com/WebKit/WebKit/commit/e67bead77ea13a5d79908a5cc086a98ab1cef94a
Author: Nikolas Zimmermann <[email protected]>
Date: 2026-05-14 (Thu, 14 May 2026)
Changed paths:
M Tools/Scripts/webkitpy/port/linux_container_sdk_utils.py
Log Message:
-----------
[GTK][WPE] Drop --pid host from wkdev-build container creation
https://bugs.webkit.org/show_bug.cgi?id=314805
Unreviewed build fix
The auto-enter helper was passing `--pid host` to `podman create`, which
crun rejects on some host configurations with:
Error: containers not creating Cgroups must create a private PID namespace:
invalid argument
ERROR: Failed to create WebKit Container SDK container named 'wkdev-build'.
Remove --pid host, we don't need it for the wkdev-build container
(unlike the full SDK container, for convenience).
* Tools/Scripts/webkitpy/port/linux_container_sdk_utils.py:
(_build_podman_create_args):
Canonical link: https://commits.webkit.org/313232@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications