Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 30cc8a9b8e7f3f080c060afb1882ca32bf8579e5
https://github.com/WebKit/WebKit/commit/30cc8a9b8e7f3f080c060afb1882ca32bf8579e5
Author: Ben Nham <[email protected]>
Date: 2026-09-14 (Mon, 14 Sep 2026)
Changed paths:
M Source/WebKit/CMakeLists.txt
Log Message:
-----------
[cmake] Race between codesigning WebKit.framework and producing development
WebContent
https://bugs.webkit.org/show_bug.cgi?id=324212
rdar://problem/187436350
Reviewed by Jean-Yves Avenard.
I am getting sporadic CMake debug build failures on Mac in codesigning. This is
happening because
WebKit.framework is getting codesigned before the development variant of
WebContent finishes
building. We have to codesign WebKit.framework after WebContent finishes
building since WebContent
is part of the framework bundle.
It looks like this was broken in 320929@main where we forgot to add
WebProcessDevelopment_CodeSign
to the dependency list.
* Source/WebKit/CMakeLists.txt:
Canonical link: https://commits.webkit.org/321140@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications