[webkit-changes] [WebKit/WebKit] e961ef: REGRESSION (258266 at main): LayoutTestHelper gets in...

aproskuryakov noreply at github.com
Fri Dec 30 19:08:14 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: e961efa584fb8555060d8ee475821a073b372e56
      https://github.com/WebKit/WebKit/commit/e961efa584fb8555060d8ee475821a073b372e56
  Author: Alexey Proskuryakov <ap at apple.com>
  Date:   2022-12-30 (Fri, 30 Dec 2022)

  Changed paths:
    M Tools/DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj
    M Tools/DumpRenderTree/mac/Configurations/LayoutTestHelper.xcconfig

  Log Message:
  -----------
  REGRESSION (258266 at main): LayoutTestHelper gets installed to a wrong path on iOS
https://bugs.webkit.org/show_bug.cgi?id=249963
rdar://103784296

Unreviewed build fix.

258266 at main simplified INSTALL_PATH for LayoutTestHelper under the assumption that it's
only installed on macOS. But the Xcode project itself overrode SKIP_INSTALL, despite what
the xcconfig said. This effectively reverts this part of the change, also removing the
project override.

* Tools/DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj:
* Tools/DumpRenderTree/mac/Configurations/LayoutTestHelper.xcconfig:

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




More information about the webkit-changes mailing list