Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: ccf360e1d3c4473ebd899eaf9f67fe73036bd54c
https://github.com/WebKit/WebKit/commit/ccf360e1d3c4473ebd899eaf9f67fe73036bd54c
Author: Brianna Fan <[email protected]>
Date: 2026-03-10 (Tue, 10 Mar 2026)
Changed paths:
M Tools/CISupport/Shared/steps.py
M Tools/CISupport/Shared/steps_unittest.py
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:
-----------
[build-webkit-org] Add steps to build Swift toolchain on macOS Safer-CPP
https://bugs.webkit.org/show_bug.cgi?id=309521
rdar://170493518
Reviewed by Aakash Jain.
Enable running Swift toolchain steps on Tahoe builds of Safer-CPP by removing
the iOS condition in SaferCPPStaticAnalyzerFactory and conditioning on platform
within each step.
These conditions should be removed once we disable the Sequoia Safer-CPP queue.
* Tools/CISupport/Shared/steps.py:
(PrintSwiftVersion):
(PrintSwiftVersion.doStepIf):
(GetSwiftTagName):
(GetSwiftTagName.doStepIf):
(CheckOutSwiftProject.doStepIf):
(doStepIf):
(UpdateClang.doStepIf):
* Tools/CISupport/Shared/steps_unittest.py:
(TestPrintSwiftVersion.configureStep):
(TestGetSwiftTagName.configureStep):
(TestInstallMetalToolchain.configureStep):
* Tools/CISupport/build-webkit-org/factories.py:
(SaferCPPStaticAnalyzerFactory.__init__):
* Tools/CISupport/build-webkit-org/factories_unittest.py:
(TestExpectedBuildSteps):
* Tools/CISupport/build-webkit-org/steps.py:
(ScanBuild.run):
- Use toolchain and not clang path if mac-tahoe
(BuildSwift.doStepIf):
* Tools/CISupport/build-webkit-org/steps_unittest.py:
Canonical link: https://commits.webkit.org/309018@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications