mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-15 06:02:57 +03:00
2f31e6373a
Currently, Mac WebKit builds are failing in CI. It seems this is a regression in upstream WebKit as I'm able to reproduce it in my local environment. The error is the following: ``` usr/bin/codesign --force --sign - --timestamp\=none --preserve-metadata\=identifier,entitlements,flags --generate-entitlement-der /Users/playwright/webkit/WebKitBuild/Release/InjectedBundleTestWebKitAPI.bundle/Contents/Resources/WebKit.framework /Users/playwright/webkit/WebKitBuild/Release/InjectedBundleTestWebKitAPI.bundle/Contents/Resources/WebKit.framework: replacing existing signature /Users/playwright/webkit/WebKitBuild/Release/InjectedBundleTestWebKitAPI.bundle/Contents/Resources/WebKit.framework: unsealed contents present in the root directory of an embedded framework Command CodeSign failed with a nonzero exit code ``` Bisecting the regression it seems the build started failing on [r295496](https://trac.webkit.org/changeset/295496/webkit) This changeset also introduced a new flag, _--no-use-workspace__, which allows to build not using WebKit.xcworkspace (I understand this is how builds were done before this changeset). Building with _--no-use-workspace_ fixes builds for Mac. |
||
---|---|---|
.. | ||
embedder/Playwright | ||
patches | ||
.gitignore | ||
archive.sh | ||
BUILD_NUMBER | ||
build.sh | ||
buildwin.bat | ||
clean.sh | ||
concat_protocol.js | ||
EXPECTED_BUILDS | ||
pw_run_debug.sh | ||
pw_run.sh | ||
UPSTREAM_CONFIG.sh | ||
upstream_status.md |