Closed
Bug 1603658
Opened 5 years ago
Closed 5 years ago
RLBox - Update rlbox_lucet_sandbox to work around mingw32's broken support of static inline thread_locals
Categories
(Core :: Graphics, defect, P3)
Core
Graphics
Tracking
()
RESOLVED
FIXED
mozilla73
Tracking | Status | |
---|---|---|
firefox73 | --- | fixed |
People
(Reporter: shravanrn, Assigned: shravanrn)
References
Details
Attachments
(1 file)
Use of static inline threadlocal variables (inline variables are C++17) seems to break mingw32 and mingw64 builds. See thread.
Update the rlbox_lucet_sandbox rust (and C++) package to a version that does not use this.
Assignee | ||
Comment 1•5 years ago
|
||
This is needed to work around mingw32's broken support of static inline thread_locals.
Depends on D57272
Updated•5 years ago
|
Attachment #9116058 -
Attachment description: Bug 1603658 - Update rlbox_lucet_sandbox to latest version which supports disabling static inline thread_locals r=froydnj → Bug 1603658, Bug 1604123 - Update rlbox_lucet_sandbox to version which supports disabling static inline thread_locals and specifies explicit dependencies r=froydnj
Pushed by nfroyd@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6af7cc68d4d8
Bug 1604123 - Update rlbox_lucet_sandbox to version which supports disabling static inline thread_locals and specifies explicit dependencies r=froydnj
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox73:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla73
You need to log in
before you can comment on or make changes to this bug.
Description
•