[webkit-changes] [WebKit/WebKit] 3f993c: Make WEBKIT_LIBRARIES directory in built-product-a...

Don Olmstead noreply at github.com
Fri Feb 10 15:40:22 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 3f993cbe83fbfc07236ab820d48aa42b76744522
      https://github.com/WebKit/WebKit/commit/3f993cbe83fbfc07236ab820d48aa42b76744522
  Author: Don Olmstead <don.olmstead at sony.com>
  Date:   2023-02-10 (Fri, 10 Feb 2023)

  Changed paths:
    M Tools/CISupport/built-product-archive

  Log Message:
  -----------
  Make WEBKIT_LIBRARIES directory in built-product-archive
https://bugs.webkit.org/show_bug.cgi?id=252085

Reviewed by Ryan Haddad.

The WinCairo bots download their requirement libraries to
`WebKitLibraries/win`, however in 260060 at main the
`WebKitLibraries/win/tools` directory was removed so a git checkout no
longer contained the directory. The `built-product-archive` script tries
to put metadata for what requirements to download in that directory but
it started failing when bots restarted because that directory was no
longer there.

Check that the environment variable `WEBKIT_LIBRARIES` is set and then
use that to create the directory if necessary.

* Tools/CISupport/built-product-archive:

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




More information about the webkit-changes mailing list