зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1521584: [win64-aarch64] Add win64-aarch64 release mozconfigs; r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D17452 --HG-- extra : rebase_source : 5038262884ea544e8e8bdf434c85bffddd8deb12 extra : source : ce93f9ca0b355d92ddad1d924efa89338113b391
This commit is contained in:
Родитель
f68cfdec24
Коммит
554662babb
|
@ -5,7 +5,7 @@ whitelist = {
|
||||||
'nightly': {},
|
'nightly': {},
|
||||||
}
|
}
|
||||||
|
|
||||||
all_platforms = ['win64', 'win32', 'linux32', 'linux64', 'macosx64']
|
all_platforms = ['win64', 'win64-aarch64', 'win32', 'linux32', 'linux64', 'macosx64']
|
||||||
|
|
||||||
for platform in all_platforms:
|
for platform in all_platforms:
|
||||||
whitelist['nightly'][platform] = [
|
whitelist['nightly'][platform] = [
|
||||||
|
|
|
@ -0,0 +1,12 @@
|
||||||
|
. "$topsrcdir/build/mozconfig.win-common"
|
||||||
|
. "$topsrcdir/browser/config/mozconfigs/win64-aarch64/common-win64"
|
||||||
|
. "$topsrcdir/browser/config/mozconfigs/win64-aarch64/common-opt"
|
||||||
|
|
||||||
|
ac_add_options --enable-official-branding
|
||||||
|
ac_add_options --enable-verify-mar
|
||||||
|
|
||||||
|
ac_add_options --enable-lto
|
||||||
|
|
||||||
|
unset ENABLE_CLANG_PLUGIN
|
||||||
|
|
||||||
|
. "$topsrcdir/build/mozconfig.common.override"
|
|
@ -0,0 +1,20 @@
|
||||||
|
. "$topsrcdir/build/mozconfig.win-common"
|
||||||
|
. "$topsrcdir/browser/config/mozconfigs/win64-aarch64/common-win64"
|
||||||
|
. "$topsrcdir/browser/config/mozconfigs/win64-aarch64/common-opt"
|
||||||
|
|
||||||
|
# Add-on signing is not required for DevEdition
|
||||||
|
MOZ_REQUIRE_SIGNING=0
|
||||||
|
|
||||||
|
ac_add_options --enable-verify-mar
|
||||||
|
|
||||||
|
ac_add_options --enable-lto
|
||||||
|
|
||||||
|
ac_add_options --with-branding=browser/branding/aurora
|
||||||
|
|
||||||
|
# Enable MOZ_ALLOW_LEGACY_EXTENSIONS
|
||||||
|
ac_add_options "MOZ_ALLOW_LEGACY_EXTENSIONS=1"
|
||||||
|
|
||||||
|
unset ENABLE_CLANG_PLUGIN
|
||||||
|
|
||||||
|
. "$topsrcdir/build/mozconfig.common.override"
|
||||||
|
|
|
@ -0,0 +1,20 @@
|
||||||
|
# This make file should be identical to the beta mozconfig, apart from the
|
||||||
|
# safeguard below
|
||||||
|
|
||||||
|
. "$topsrcdir/build/mozconfig.win-common"
|
||||||
|
. "$topsrcdir/browser/config/mozconfigs/win64-aarch64/common-win64"
|
||||||
|
. "$topsrcdir/browser/config/mozconfigs/win64-aarch64/common-opt"
|
||||||
|
|
||||||
|
ac_add_options --enable-official-branding
|
||||||
|
ac_add_options --enable-verify-mar
|
||||||
|
|
||||||
|
ac_add_options --enable-lto
|
||||||
|
|
||||||
|
unset ENABLE_CLANG_PLUGIN
|
||||||
|
|
||||||
|
# safeguard against someone forgetting to re-set EARLY_BETA_OR_EARLIER in
|
||||||
|
# defines.sh during the beta cycle
|
||||||
|
export BUILDING_RELEASE=1
|
||||||
|
|
||||||
|
. "$topsrcdir/build/mozconfig.common.override"
|
||||||
|
|
|
@ -24,6 +24,7 @@ PLATFORMS = (
|
||||||
'macosx64',
|
'macosx64',
|
||||||
'win32',
|
'win32',
|
||||||
'win64',
|
'win64',
|
||||||
|
'win64-aarch64',
|
||||||
)
|
)
|
||||||
|
|
||||||
log = logging.getLogger(__name__)
|
log = logging.getLogger(__name__)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче