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
Logging this issue simply to track tasks related to getting the Firefox extension approved. This has been a long-running battle to provide a reproducible build and a struggle to communicate effectively the steps needed to produce that build. We may unfortunately need several iterations considering their review environment limitations and ability to process instructions, but hopefully this is the last hurdle.
NOTES
Updated build script to use Docker
Build environment is still apparently important, as they choose to build on Ubuntu Desktop 24.04 ARM64. Currently our Docker script enforces the amd64 platform which leads to build errors when run in that environment. It seems (despite the documentation) that specifying amd64/x86_64 is not an option, so the next build will be produced in ARM64 without the --platform flag on Docker.
Logging this issue simply to track tasks related to getting the Firefox extension approved. This has been a long-running battle to provide a reproducible build and a struggle to communicate effectively the steps needed to produce that build. We may unfortunately need several iterations considering their review environment limitations and ability to process instructions, but hopefully this is the last hurdle.
NOTES
amd64
platform which leads to build errors when run in that environment. It seems (despite the documentation) that specifyingamd64
/x86_64
is not an option, so the next build will be produced inARM64
without the--platform
flag on Docker.Links
The text was updated successfully, but these errors were encountered: