Skip to content
Snippets Groups Projects
Verified Commit 9b9d8a88 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame :jack_o_lantern:
Browse files

Bug 40687: Updated the way to package locales with builds

The previous way we were using to merge locales in the builds worked
with Linux and Windows, but not with macOS.
parent 9deed6f8
No related branches found
No related tags found
No related merge requests found
......@@ -168,9 +168,8 @@ export LANG=C.UTF-8
./mach build --verbose
[% IF !c("var/testbuild") %]
export MOZ_CHROME_MULTILOCALE="$supported_locales"
for AB_CD in $MOZ_CHROME_MULTILOCALE; do
./mach build chrome-$AB_CD
done
# No quotes on purpose, see https://firefox-source-docs.mozilla.org/build/buildsystem/locales.html#instructions-for-multi-locale-builds
./mach package-multi-locale --locales en-US $MOZ_CHROME_MULTILOCALE
AB_CD=multi ./mach build stage-package
[% ELSE %]
./mach build stage-package
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment