Closed
Bug 1245088
Opened 9 years ago
Closed 7 years ago
Option to build B2G as 32bit on a 64_32 multilib build target
Categories
(Firefox OS Graveyard :: GonkIntegration, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: afarden, Assigned: afarden)
References
Details
Attachments
(3 files, 2 obsolete files)
On some build targets Gecko does not build as 64bit correctly. 64bit Android is backwards compatible with 32bit binaries so while we fix Gecko for 64bit we can optionally build Gecko for devices as 32bit.
This means we don't have to hold those devices back until Gecko is fixed.
Set build flag: BUILD_MULTILIB_GECKO_AS_2ND_ARCH := true
Assignee | ||
Comment 1•9 years ago
|
||
Attachment #8714786 -
Flags: review?(mwu)
Assignee | ||
Comment 2•9 years ago
|
||
Attachment #8714788 -
Flags: review?(mwu)
Assignee | ||
Comment 3•9 years ago
|
||
I've been using these patches for many weeks to build both 32bit and 64bit devices without issue!
Updated•9 years ago
|
Attachment #8714786 -
Flags: review?(mwu) → review+
Updated•9 years ago
|
Attachment #8714788 -
Flags: review?(mwu) → review+
Assignee | ||
Updated•9 years ago
|
Keywords: checkin-needed
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → afarden
Comment 4•9 years ago
|
||
seems we need to wait here till the gonk changes also land with the bumper bot on mozilla-inbound
Comment 5•9 years ago
|
||
Hi, adam, Fabrice
i talked with my manager and sheriff stopped support for Fxos checkin needed requests per the tier3 change and so it would be cool if someone from the fxos group/cd group with level 3 scm access could take over this task for checkin needed requests. Thanks
Comment 6•9 years ago
|
||
fabrice could you (or someone else from the fxos team) land this to b2g-inbound so the both changes come together, since we sheriffs don't do checkin needed requests for fxos anymore (see comment #5)
Flags: needinfo?(fabrice)
Assignee | ||
Comment 8•9 years ago
|
||
gonk-misc should land first because we're exporting a new variable to Gecko to set the $OUT path according to which ARCH we build against.
Existing builds will continue to work fine when gonk-misc is merged but gecko has not landed, but build will break if gecko is merged first due to lack of exported variable.
Flags: needinfo?(fabrice)
Flags: needinfo?(afarden)
Comment 9•9 years ago
|
||
Comment 10•9 years ago
|
||
Keywords: checkin-needed
Comment 11•9 years ago
|
||
Assignee | ||
Comment 12•9 years ago
|
||
Attachment #8726606 -
Flags: review?(mwu)
Assignee | ||
Comment 13•9 years ago
|
||
Attachment #8714788 -
Attachment is obsolete: true
Attachment #8726608 -
Flags: review?(mwu)
Assignee | ||
Comment 14•9 years ago
|
||
Adding the second Gonk patch here in case my PR one day disappears.
Attachment #8726606 -
Attachment is obsolete: true
Attachment #8726606 -
Flags: review?(mwu)
Comment 15•7 years ago
|
||
Firefox OS is not being worked on
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•