This blog mainly contains posts about Mozilla release engineering projects that I am working on and some personal insights.
Thursday, June 21, 2012
Initial automated Armv6 builds for Firefox on Android (for development purposes)
Today we enabled Armv6 builds for Firefox on Android.
This will allow contributors to know that their changes do not break the compilation of this specific target.
You can see these jobs running on tbpl (Mozilla's continuous integration reporting tool):
https://tbpl.mozilla.org/?jobname=armv6
For now, we don't suggest you to install these Armv6 builds until we can verify next week that the update system is working as expected.
If you are interested on knowing when this will happen you can subscribe where the work is happening (the bug is used for getting things working rather than discussion of release dates):
https://bugzilla.mozilla.org/show_bug.cgi?id=723946
Best regards,
ArmenZG
------------
Release Engineering Team
This work by Zambrano Gasparnian, Armen is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License.
Labels:
open source,
planet
Subscribe to:
Post Comments (Atom)
>until we can verify next week that the update system is working as expected.
ReplyDeleteCan I *disable* the updates somehow? I don't want to pay for Firefox downloading an update through GPRS.
Hi zubr,
ReplyDeleteThere are no updates right now but even if we had them, you get to choose if you want to update or not.
You can just clear the notification at the top of your phone to ignore it.
Sounds good?
Sounds good, thanks!
ReplyDeleteWhy isn't this post on Planet Mozilla, btw?
Thanks for pointing it out!
ReplyDeleteI forgot to add the "planet" tag to the post.
Has anybody managed to get B2G running on a Raspberry Pi? I believe the Raspberry Pi boards use an ARM6 chip if I'm not mistaken.
ReplyDeleteAfter the decision to expose hardware multimedia capabilities, such as hardware h.264 decoding, to Firefox mobile, do these builds have that functionality enabled?
Hi Unknown,
ReplyDeleteI think your question can be answered by the mobile developers at the newsgroup:
https://groups.google.com/forum/?fromgroups#!forum/mozilla.dev.platforms.mobile
I just put the automation together :)
I hope that helps.