Bug 255079 - [Xcode] Fix yasm build due to apparent code signing race condition
Summary: [Xcode] Fix yasm build due to apparent code signing race condition
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Elliott Williams
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-04-05 23:07 PDT by Elliott Williams
Modified: 2023-04-06 00:32 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Elliott Williams 2023-04-05 23:07:44 PDT
Builds of libwebrtc are using yasm before Xcode has had a chance to sign it. Fix by disabling formal code signing, so that the linker performs adhoc signing. This should be safe since yasm is never used off of the machine it's built on.
Comment 1 EWS 2023-04-06 00:31:28 PDT
Committed 262658@main (d28d0a98a947): <https://commits.webkit.org/262658@main>

Reviewed commits have been landed. Closing PR #12449 and removing active labels.
Comment 2 Radar WebKit Bug Importer 2023-04-06 00:32:17 PDT
<rdar://problem/107698523>