[webkit-changes] [WebKit/WebKit] 2e5790: [Static Analyzer CI] Run smart pointer static anal...
Brianna Fan
noreply at github.com
Wed Sep 18 10:10:54 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 2e5790b1d728501d4958b8c9bb6d3c91df5e45e3
https://github.com/WebKit/WebKit/commit/2e5790b1d728501d4958b8c9bb6d3c91df5e45e3
Author: Brianna Fan <bfan2 at apple.com>
Date: 2024-09-18 (Wed, 18 Sep 2024)
Changed paths:
M Makefile.shared
M Tools/CISupport/build-webkit-org/config.json
M Tools/CISupport/build-webkit-org/steps.py
M Tools/CISupport/build-webkit-org/steps_unittest.py
M Tools/Scripts/build-and-analyze
Log Message:
-----------
[Static Analyzer CI] Run smart pointer static analysis with release config
https://bugs.webkit.org/show_bug.cgi?id=279856
rdar://136183334
Reviewed by Ryosuke Niwa.
Change the build config for Apple-Sonoma-Smart-Pointer-Static-Analyzer-Build to release and
invoke build-and-analyze with release config.
This will allow the configuration of make analyze to be changed using set-webkit-configuration and
default to whatever configuration was last set, similar to how local builds work.
* Makefile.shared: Remove debug-only config.
* Tools/CISupport/build-webkit-org/config.json:
* Tools/CISupport/build-webkit-org/steps.py:
(ScanBuildSmartPointer.run): Add --configuration release to build-and-analyze invocation.
* Tools/CISupport/build-webkit-org/steps_unittest.py:
* Tools/Scripts/build-and-analyze:
(main): Run set-webkit-configuration before make analyze.
(parse_args): Add --configuration argument (default: debug).
Canonical link: https://commits.webkit.org/283850@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list