Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 428d184a46a4b75ab06d3a0b7721b00f90b52d6e
      
https://github.com/WebKit/WebKit/commit/428d184a46a4b75ab06d3a0b7721b00f90b52d6e
  Author: Carlos Alberto Lopez Perez <clo...@igalia.com>
  Date:   2022-12-20 (Tue, 20 Dec 2022)

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

  Log Message:
  -----------
  [Tools] built-product-archive shouldn't pass 'jsc' as port name for 'jsc-only'
https://bugs.webkit.org/show_bug.cgi?id=249644

Reviewed by Michael Catanzaro.

'jsc' is not a valid port name, so built-product-archive ends calling
webkit-build-directory to determine the build directories with an unknown
port name, which returns the default directory layout.

This works by accident for the general use case, but it should be calling
webkit-build-directory script with the right port name.

Fix it to use and pass 'jsc-only' for the case of the JSCOnly port.

* Tools/CISupport/built-product-archive:

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


_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to