Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 363ea195ef668fa3b030580c5acc1f66e02a70ea
https://github.com/WebKit/WebKit/commit/363ea195ef668fa3b030580c5acc1f66e02a70ea
Author: Brianna Fan <[email protected]>
Date: 2026-02-16 (Mon, 16 Feb 2026)
Changed paths:
M Tools/CISupport/Shared/steps.py
M Tools/CISupport/Shared/steps_unittest.py
M Tools/CISupport/build-webkit-org/config.json
M Tools/CISupport/build-webkit-org/factories.py
M Tools/CISupport/build-webkit-org/factories_unittest.py
M Tools/CISupport/build-webkit-org/steps.py
M Tools/CISupport/build-webkit-org/steps_unittest.py
Log Message:
-----------
[Safer-CPP] Enable the post-commit queue for iOS
rdar://170265651
https://bugs.webkit.org/show_bug.cgi?id=307839
Reviewed by Ryan Haddad.
Add Apple-iOS-26-Safer-CPP-Checks to a scheduler.
* Tools/CISupport/Shared/steps.py:
(UpdateSwiftCheckouts.run):
- We should fail and not continue if no Swift toolchain exists on error.
* Tools/CISupport/Shared/steps_unittest.py:
(TestUpdateSwiftCheckouts.test_success):
(TestUpdateSwiftCheckouts.test_failure_with_previous_checkout):
(TestUpdateSwiftCheckouts.test_failure_without_previous_checkout):
* Tools/CISupport/build-webkit-org/config.json:
* Tools/CISupport/build-webkit-org/factories.py:
(SaferCPPStaticAnalyzerFactory.__init__):
- Drive-by fix: We need the llvm repo to call scan-build
* Tools/CISupport/build-webkit-org/factories_unittest.py:
(TestExpectedBuildSteps):
* Tools/CISupport/build-webkit-org/steps.py:
- Also condition on the Swift toolchain existing.
(BuildSwift.run):
(BuildSwift.doStepIf):
* Tools/CISupport/build-webkit-org/steps_unittest.py:
Canonical link: https://commits.webkit.org/307652@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications