Bug 248838 - [Xcode] libwebrtc does not build for arm64 when the SDK supports arm64e
Summary: [Xcode] libwebrtc does not build for arm64 when the SDK supports arm64e
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: 2022-12-06 15:08 PST by Elliott Williams
Modified: 2022-12-07 21:55 PST (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 2022-12-06 15:08:26 PST
This prevents building internally for arm64. libwebrtc is the only project which sets VALID_ARCHS = $(ARCHS_STANDARD_64_BIT), which appears to be the culprit.
Comment 1 Elliott Williams 2022-12-06 15:08:37 PST
<rdar://problem/102397752>
Comment 2 Elliott Williams 2022-12-06 15:31:02 PST
Pull request: https://github.com/WebKit/WebKit/pull/7227
Comment 3 EWS 2022-12-07 21:55:11 PST
Committed 257540@main (3c4cf6cf5719): <https://commits.webkit.org/257540@main>

Reviewed commits have been landed. Closing PR #7227 and removing active labels.