[webkit-changes] [WebKit/WebKit] 273f22: [Build] WebGPU uses @rpath in debug builds, causin...

Elliott Williams noreply at github.com
Fri Dec 15 00:44:35 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 273f22582ad8144106018a89f5c85f1d15da0253
      https://github.com/WebKit/WebKit/commit/273f22582ad8144106018a89f5c85f1d15da0253
  Author: Elliott Williams <emw at apple.com>
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
    M Source/WebGPU/Configurations/WebGPU.xcconfig

  Log Message:
  -----------
  [Build] WebGPU uses @rpath in debug builds, causing shared cache eligibility errors
https://bugs.webkit.org/show_bug.cgi?id=266443
rdar://119687134

Reviewed by Mike Wyrzykowski.

Remove WebGPU's @rpath install name. No other WebKit frameworks use
@rpath in their install name, even in Debug builds when
WK_RELOCATABLE_FRAMEWORKS is set, because debug build workflows always
use DYLD_FRAMEWORK_PATH to override the install names recorded in linked
binaries.

* Source/WebGPU/Configurations/WebGPU.xcconfig:

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




More information about the webkit-changes mailing list