Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: cf875c1e2585c20682f29c085bf4652283ed733d
      
https://github.com/WebKit/WebKit/commit/cf875c1e2585c20682f29c085bf4652283ed733d
  Author: Carlos Alberto Lopez Perez <[email protected]>
  Date:   2026-03-13 (Fri, 13 Mar 2026)

  Changed paths:
    M Tools/Scripts/generate-bundle
    M Tools/glib/dependencies/apt
    M Tools/glib/dependencies/dnf
    M Tools/glib/dependencies/pacman
    M Tools/gtk/dependencies/apt
    M Tools/gtk/dependencies/dnf
    M Tools/gtk/dependencies/pacman

  Log Message:
  -----------
  [Tools][WPE] generate-bundle: add some fixes for running it inside the SDK 
(follow-up)
https://bugs.webkit.org/show_bug.cgi?id=305768

Unreviewed follow-up for 306045@main

If trust command from p11-kit is not installed, then the script will fail 
because
it can't find the binary to execute. Avoid this by checking if trust is there
before trying to execute it. Also add p11-kit to the list of default packages
to be installed.

Meanwhile at it add also a few other packages that are missing on the install
list like patchelf or binutils (which provides strip, readelf, c++filt, etc.)
strip and readelf are needed by generate-bundle and c++filt is needed by the
webkitpy automated crash log generation code for Linux. That is why this one
is added on the general list for running tests.

* Tools/Scripts/generate-bundle:
(BundleCreator._generate_tls_cafile):
* Tools/glib/dependencies/apt:
* Tools/glib/dependencies/dnf:
* Tools/glib/dependencies/pacman:
* Tools/gtk/dependencies/apt:
* Tools/gtk/dependencies/dnf:
* Tools/gtk/dependencies/pacman:

Canonical link: https://commits.webkit.org/309257@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to