Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 0e65f82aa0acf16b9bdedeb52ce864f8e14fc203
https://github.com/WebKit/WebKit/commit/0e65f82aa0acf16b9bdedeb52ce864f8e14fc203
Author: Geoffrey Garen <[email protected]>
Date: 2026-07-10 (Fri, 10 Jul 2026)
Changed paths:
M Configurations/CommonBase.xcconfig
M Source/JavaScriptCore/Configurations/Base.xcconfig
M Source/JavaScriptCore/Configurations/JavaScriptCore.xcconfig
M Source/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
M Source/ThirdParty/libwebrtc/libwebrtc.xcodeproj/project.pbxproj
M Source/WTF/Configurations/WTF.xcconfig
M Source/WTF/WTF.xcodeproj/project.pbxproj
M Source/WebCore/Configurations/WebCore.xcconfig
M Source/WebCore/PAL/Configurations/PAL.xcconfig
M Source/WebCore/PAL/PAL.xcodeproj/project.pbxproj
M Source/WebCore/WebCore.xcodeproj/project.pbxproj
M Source/WebGPU/Configurations/WebGPU.xcconfig
M Source/WebInspectorUI/Configurations/WebInspectorUIFramework.xcconfig
M Source/WebKit/Configurations/Base.xcconfig
M Source/WebKit/Configurations/WebKit.xcconfig
M Source/WebKit/WebKit.xcodeproj/project.pbxproj
M Source/WebKitLegacy/WebKitLegacy.xcodeproj/project.pbxproj
M Source/WebKitLegacy/mac/Configurations/WebKitLegacy.xcconfig
M Source/bmalloc/Configurations/bmalloc.xcconfig
M Source/bmalloc/bmalloc.xcodeproj/project.pbxproj
Log Message:
-----------
Add WK_ENABLE_SLOW_BUILD_VERIFICATION for slow build verification in CI and
Production builds (2/2)
https://bugs.webkit.org/show_bug.cgi?id=313288
rdar://175559104
Reviewed by Richard Robinson.
Reland of 316776@main with two build fixes:
- audit-spi can only run when InstallAPI is enabled. Update its toggling
logic to reflect this. Since audit-spi does not currently run in EWS,
keep InstallAPI enabled in at-desk builds for iOS only.
- Disable sandboxing for "Work around rdar://109484516" script
phases which delete stale tbds from the build directory.
Skip slow verification steps in at-desk and LLM-driven builds;
keep them in CI and Production builds.
This is worth about 2 minutes in a clean build, or an incremental
build that touches headers or project files, or a build in which
Xcode gets confused about its dependency tracking.
Replace the old OVERRIDE_* variables to turn off module verification and
InstallAPI locally; this mechanism serves the same purpose.
* Configurations/CommonBase.xcconfig:
* Source/JavaScriptCore/Configurations/JavaScriptCore.xcconfig:
* Source/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj:
* Source/ThirdParty/libwebrtc/libwebrtc.xcodeproj/project.pbxproj:
* Source/WTF/Configurations/WTF.xcconfig:
* Source/WTF/WTF.xcodeproj/project.pbxproj:
* Source/WebCore/Configurations/WebCore.xcconfig:
* Source/WebCore/PAL/Configurations/PAL.xcconfig:
* Source/WebCore/PAL/PAL.xcodeproj/project.pbxproj:
* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
* Source/WebGPU/Configurations/WebGPU.xcconfig:
* Source/WebInspectorUI/Configurations/WebInspectorUIFramework.xcconfig:
* Source/WebKit/Configurations/Base.xcconfig:
* Source/WebKit/Configurations/WebKit.xcconfig:
* Source/WebKit/WebKit.xcodeproj/project.pbxproj:
* Source/WebKitLegacy/WebKitLegacy.xcodeproj/project.pbxproj:
* Source/WebKitLegacy/mac/Configurations/WebKitLegacy.xcconfig:
* Source/bmalloc/Configurations/bmalloc.xcconfig:
* Source/bmalloc/bmalloc.xcodeproj/project.pbxproj:
Co-authored-by: Elliott Williams <[email protected]>
Canonical link: https://commits.webkit.org/316928@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications