Bug 225572 - https://webkit.org/getting-the-code/ instructions should account for gatekeeper
Summary: https://webkit.org/getting-the-code/ instructions should account for gatekeeper
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Website (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-05-08 18:24 PDT by Sam Weinig
Modified: 2021-05-15 18:25 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Weinig 2021-05-08 18:24:13 PDT
The instructions for getting the code using subversion at https://webkit.org/getting-the-code/#checking-out-with-subversion don't currently account for gatekeeper, so when building for the first time, you get informed of issues with certain scripts like `Source/JavaScriptCore/postprocess-headers.sh`.

The work around is to run xattr -c Source/JavaScriptCore/postprocess-headers.sh, but given this, we should consider just removing the tarballs and encouraging people to checkout using svn checkout and/or to use git.
Comment 1 Alexey Proskuryakov 2021-05-10 14:45:34 PDT
Another issue with tarballs is that timestamps are not fully preserved, making all svn operations extremely slow.
Comment 2 Radar WebKit Bug Importer 2021-05-15 18:25:18 PDT
<rdar://problem/78066912>