[webkit-changes] [WebKit/WebKit] 1a9cbd: [Static Analyzer CI] Add steps to download cmake a...

Brianna Fan noreply at github.com
Wed Oct 2 11:58:53 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 1a9cbdc6175fb64a2e4fcb420c1970ca01f9a2af
      https://github.com/WebKit/WebKit/commit/1a9cbdc6175fb64a2e4fcb420c1970ca01f9a2af
  Author: Brianna Fan <bfan2 at apple.com>
  Date:   2024-10-02 (Wed, 02 Oct 2024)

  Changed paths:
    A Tools/CISupport/Shared/download-and-install-build-tools
    M Tools/CISupport/ews-build/factories.py
    M Tools/CISupport/ews-build/factories_unittest.py
    M Tools/CISupport/ews-build/steps.py
    M Tools/CISupport/ews-build/steps_unittest.py

  Log Message:
  -----------
  [Static Analyzer CI] Add steps to download cmake and ninja on worker
https://bugs.webkit.org/show_bug.cgi?id=280722
rdar://137073482

Reviewed by Jonathan Bedard.

In order to build clang, we need to install cmake and ninja. This commit introduces a script
that downloads the corresponding package and installs it on the worker in a specified directory.

The InstallClang and InstallNinja steps are added to the factory and should only need to be run
on a bot the very first time it is running this particular queue.

* Tools/CISupport/ews-build/factories.py:
(SmartPointerStaticAnalyzerFactory.__init__):
* Tools/CISupport/ews-build/steps.py:
(InstallCMake):
(InstallCMake.__init__):
(InstallCMake.run):
(InstallCMake.evaluateCommand):
(InstallCMake.getResultSummary):
(InstallNinja):
(InstallNinja.__init__):
(InstallNinja.run):
(InstallNinja.evaluateCommand):
(InstallNinja.getResultSummary):
* Tools/CISupport/ews-build/steps_unittest.py:

Canonical link: https://commits.webkit.org/284572@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