Produce a single multi-architecture MSIX bundle (`.msixbundle`)
Categories
(Firefox :: Installer, enhancement, P3)
Tracking
()
People
(Reporter: nalexander, Unassigned)
References
Details
Post Bug 1709697 and friends, we produce x86 and x64 MSIX packages. It is possible to combine these MSIX packages into a single multi-architecture .msixbundle
. This will require:
- support for producing these MSIX bundles
- new CI jobs to aggregate the MSIX packages, similar (but simpler, I think) to the
fat-aar
jobs that aggregate multiple architecture-specific Android AARs into a single multi-architecture Android AARs - support for signing MSIX bundles, which we don't yet know how to approach
This may require doing better with how langpacks are distributed as well: Bug 1721767.
Updated•3 years ago
|
Comment 1•3 years ago
|
||
Removing the block on 1724466, as that work is going to end up getting done well before this. We'll follow-up with additional work for msixbundle
s if and when this is completed.
Reporter | ||
Comment 2•3 years ago
|
||
mkaply: right now we produce two architecture-specific MSIX packages: x86 and x64. We could produce an aarch64 MSIX, but we don't at this time (Bug 1731140). It is possible to produce just one .msixbundle
that incorporates both of these packages; that's this ticket. Do enterprise users need this, or can they manage multiple architectures easily with existing tools?
Comment 3•3 years ago
|
||
They usually have deployment tools that know the destination architectures.
I haven't heard of a requirement for msixbundle specifically.
Description
•