Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 3d4cdae16665cf3a34135e31a9c2e97eb52e5592
https://github.com/WebKit/WebKit/commit/3d4cdae16665cf3a34135e31a9c2e97eb52e5592
Author: Geoffrey Garen <[email protected]>
Date: 2026-05-21 (Thu, 21 May 2026)
Changed paths:
M Source/JavaScriptCore/CMakeLists.txt
Log Message:
-----------
[CMake] Fix a race in the jsc-armv7 build
https://bugs.webkit.org/show_bug.cgi?id=315241
<rdar://problem/177567563>
Reviewed by Adrian Perez de Castro.
I saw this build race in EWS on jsc-armv7.
* Source/JavaScriptCore/CMakeLists.txt: Make JavaScriptCoreSharedScripts depend
on JSCBuiltins. Both depend on the same generated .py files in
${JavaScriptCore_SCRIPTS_DIR}. A parallel Make build can race two
`cmake -E copy_if_different` invocations on the same destination — leaving a
half-written .py.
Canonical link: https://commits.webkit.org/313660@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications