Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 7eb4e14b5d12b32b5489d426bfc4ed3c671456c8
https://github.com/WebKit/WebKit/commit/7eb4e14b5d12b32b5489d426bfc4ed3c671456c8
Author: Geoffrey Garen <[email protected]>
Date: 2026-06-02 (Tue, 02 Jun 2026)
Changed paths:
M Source/cmake/OptionsCocoa.cmake
M Source/cmake/clang-wrapper
M Source/cmake/ninja-wrapper
Log Message:
-----------
[CMake] Use xcrun ninja instead of caching a path
https://bugs.webkit.org/show_bug.cgi?id=316146
rdar://178569070
Reviewed by Charlie Wolfe.
This patch reverts 314403@main because it fail to configure a
clean build.
CMake wants to run ninja --version before we've cached the path
to ninja.
For now just use xcrun ninja in our wrapper tools. That's the
simplest solution, and unlike toolchain and SDK, we have yet
to find a case where pinning ninja matters. We can always make
this more complicated if we do find a case.
Canonical link: https://commits.webkit.org/314424@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications