Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: a92a26de26157f566cf2d0fd5bedbbb5a06c31d5
https://github.com/WebKit/WebKit/commit/a92a26de26157f566cf2d0fd5bedbbb5a06c31d5
Author: Elliott Williams <[email protected]>
Date: 2026-03-11 (Wed, 11 Mar 2026)
Changed paths:
M Tools/CISupport/build-webkit-org/config.json
M Tools/CISupport/build-webkit-org/factories.py
M Tools/CISupport/build-webkit-org/loadConfig.py
M Tools/CISupport/build-webkit-org/loadConfig_unittest.py
M Tools/CISupport/build-webkit-org/steps.py
Log Message:
-----------
[Post-commit CI] Recognize a macOS deployment target config parameter for
back-deployed builds
https://bugs.webkit.org/show_bug.cgi?id=307195
rdar://151877838
Reviewed by Aakash Jain.
In EWS and post-commit CI, add an optional `deployment_target` field to
config.json. Store it as a property of the build and plumb it through to
the build-webkit line, where it is used to override the
MACOSX_DEPLOYMENT_TARGET build setting. Set the deployment target in the
existing Sequoia queue.
EWS has equivalent logic landing in a separate patch.
* Tools/CISupport/build-webkit-org/config.json:
* Tools/CISupport/build-webkit-org/factories.py:
(Factory.__init__):
(BuildFactory.__init__):
* Tools/CISupport/build-webkit-org/loadConfig.py:
(loadBuilderConfig):
* Tools/CISupport/build-webkit-org/loadConfig_unittest.py:
(ConfigDotJSONTest.test_builder_keys):
(ConfigDotJSONTest.test_deployment_target_on_intended_queues):
* Tools/CISupport/build-webkit-org/steps.py:
(ConfigureBuild.__init__):
(ConfigureBuild.run):
(CompileWebKit.run):
Canonical link: https://commits.webkit.org/309101@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications