Closed
Bug 878123
Opened 12 years ago
Closed 12 years ago
Please start building the x86 APK in Firefox 22b4
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: akeybl, Assigned: rail)
References
Details
Attachments
(2 files)
5.94 KB,
patch
|
mozilla
:
review+
rail
:
checked-in+
|
Details | Diff | Splinter Review |
5.59 KB,
patch
|
bhearsum
:
review+
rail
:
checked-in+
|
Details | Diff | Splinter Review |
Please start building the x86 APK in Firefox 22b4. Starting with RelEng, but this may end up (partially) being a mobile engineering bug.
Assignee | ||
Comment 3•12 years ago
|
||
I think we have one stopper which would prevent us from publishing both x86 and armv6 in Play Store.
http://hg.mozilla.org/releases/mozilla-beta/file/60c7f8e6ccd7/mobile/android/base/Makefile.in#l276 changes adnroid version for everything except ARMv7 (decrements by 1). ARMv6 and X86 would have the same version what prevents us from ppublishing APKs, IIRC.
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → rail
Comment 5•12 years ago
|
||
Comment on attachment 757503 [details] [diff] [review]
configs
We'll need a followup bug if/when we want this on mozilla-release.
Looks good, thanks Rail!
Attachment #757503 -
Flags: review?(aki) → review+
Comment 6•12 years ago
|
||
(In reply to Rail Aliiev [:rail] from comment #3)
> I think we have one stopper which would prevent us from publishing both x86
> and armv6 in Play Store.
>
> http://hg.mozilla.org/releases/mozilla-beta/file/60c7f8e6ccd7/mobile/android/
> base/Makefile.in#l276 changes adnroid version for everything except ARMv7
> (decrements by 1). ARMv6 and X86 would have the same version what prevents
> us from ppublishing APKs, IIRC.
that was fixed in bug 878868
Assignee | ||
Comment 7•12 years ago
|
||
(In reply to Brad Lassey [:blassey] from comment #6)
> that was fixed in bug 878868
Thanks! I'll update the bug with the automation test results tomorrow.
Assignee | ||
Comment 8•12 years ago
|
||
Comment on attachment 757503 [details] [diff] [review]
configs
remote: https://hg.mozilla.org/build/buildbot-configs/rev/b92204fb9733
remote: https://hg.mozilla.org/build/buildbot-configs/rev/d201b36c6e46
Attachment #757503 -
Flags: checked-in+
Assignee | ||
Comment 9•12 years ago
|
||
Staging build passed without any major issues. I enabled x86 build and pushed tha patch to both default and production in case we don't merge/reconfig before the next beta build.
Leaving the bug open to keep an eye on the next beta.
Blocks: 868982
Assignee | ||
Comment 10•12 years ago
|
||
If we have time to QA the builds, the files are here:
ARMv7: http://people.mozilla.org/~raliiev/fennec-22.0b4.multi.android-arm.apk
ARMv6: http://people.mozilla.org/~raliiev/fennec-22.0b4.multi.android-arm-armv6.apk
X86: http://people.mozilla.org/~raliiev/fennec-22.0b4.multi.android-i386.apk
* Build IDs should be the same (20130603195036)
* ARMv7 Android version should be 20130603195036
* ARMv6 Android version should be 20130603195035
* X86 Android version should be 20130603195037
Assignee | ||
Comment 11•12 years ago
|
||
(In reply to Rail Aliiev [:rail] from comment #10)
> * ARMv7 Android version should be 20130603195036
> * ARMv6 Android version should be 20130603195035
> * X86 Android version should be 20130603195037
Err,
* ARMv7 Android version should be 2013060319
* ARMv6 Android version should be 2013060318
* X86 Android version should be 2013060320
(just verified this)
Assignee | ||
Comment 12•12 years ago
|
||
Attachment #758530 -
Flags: review?(bhearsum)
Updated•12 years ago
|
Attachment #758530 -
Flags: review?(bhearsum) → review+
Assignee | ||
Comment 13•12 years ago
|
||
Comment on attachment 758530 [details] [diff] [review]
mozconfig whitelist changes
https://hg.mozilla.org/build/tools/rev/8f74231fbbae
Attachment #758530 -
Flags: checked-in+
Comment 14•12 years ago
|
||
Live in production.
Assignee | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Reporter | ||
Updated•12 years ago
|
relnote-firefox:
--- → ?
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
Updated•12 years ago
|
relnote-firefox:
? → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•