Closed
Bug 1658397
Opened 5 years ago
Closed 5 years ago
add gn/gyp configs for arm64 macOS for webrtc and regenerate build files
Categories
(Core :: Audio/Video, enhancement)
Tracking
()
RESOLVED
FIXED
81 Branch
| Tracking | Status | |
|---|---|---|
| firefox81 | --- | fixed |
People
(Reporter: froydnj, Assigned: glandium)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Currently compiling webrtc produces a bunch of SSE2-related errors because of course our auto-generated moz.build files believe that compiling for Darwin implies compiling for x86-64, and that's not the case for arm64 macOS.
Ideally we just need to inform the moz.build file generator that arm64 macOS is a thing, and re-generate all the files, and everything should be OK. Fingers crossed!
Comment 1•5 years ago
|
||
Depending on how bug 1654407 goes and how our timelines pan out, this might not even be necessary. The proposal in the description (tweak the moz.build generator and everything should be okay) is definitely lower-cost though.
See Also: → 1654407
| Assignee | ||
Updated•5 years ago
|
Assignee: nobody → mh+mozilla
| Assignee | ||
Comment 2•5 years ago
|
||
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/60085dead091
Add gn configs for arm64 macOS for webrtc. r=froydnj
Comment 4•5 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox81:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 81 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•