You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.
We need to publish 64-bit builds to the Google Play Store before Google's August 1 deadline requiring 64-bit support (for apps that include native code).
Fennec Nightly started shipping ARM64 builds on 2019-01-15. The Reference Browser already started shipping ARM64 Nightly builds on 2019-01-17 (issue mozilla-mobile/reference-browser#367).
GeckoView publishes ARM64 builds in Maven, but Gecko itself is missing some ARM64 optimizations (SpiderMonkey's Ion JIT) so ARM64 performance might be slower than ARMv7. The ARM64 GeckoView builds should be adequate for Nightly testers, but we should not ship to Beta or Prod users until Gecko's Ion JIT supports ARM64: Firefox bug 1520261 and these blocker bugs listed on this Mobile ARM64 wiki. ARM64's ETA is 2019-05-13 for GeckoView and Fennec 68 Beta.
We need to publish 64-bit builds to the Google Play Store before Google's August 1 deadline requiring 64-bit support (for apps that include native code).
https://android-developers.googleblog.com/2019/01/get-your-apps-ready-for-64-bit.html
It looks like Fenix is only shipping 32-bit ARMv7 and x86 builds:
fenix/.taskcluster.yml
Lines 92 to 93 in 19dd468
Fennec Nightly started shipping ARM64 builds on 2019-01-15. The Reference Browser already started shipping ARM64 Nightly builds on 2019-01-17 (issue mozilla-mobile/reference-browser#367).
GeckoView publishes ARM64 builds in Maven, but Gecko itself is missing some ARM64 optimizations (SpiderMonkey's Ion JIT) so ARM64 performance might be slower than ARMv7. The ARM64 GeckoView builds should be adequate for Nightly testers, but we should not ship to Beta or Prod users until Gecko's Ion JIT supports ARM64: Firefox bug 1520261 and these blocker bugs listed on this Mobile ARM64 wiki. ARM64's ETA is 2019-05-13 for GeckoView and Fennec 68 Beta.
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: