Bug 1248890 - Enable rust for win64 beta and release builds. r=rail

We've let this ride the trains for other archs. Should do so
for win64 as well.

MozReview-Commit-ID: D7dS9femsBj
This commit is contained in:
Ralph Giles 2016-04-18 14:21:42 -07:00
Родитель a26b10be56
Коммит 42d7ba4ba0
3 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -65,7 +65,6 @@ whitelist['nightly']['win32'] += [
whitelist['nightly']['win64'] += [
'. "$topsrcdir/browser/config/mozconfigs/win64/common-win64"',
'. "$topsrcdir/build/mozconfig.cache"',
'. "$topsrcdir/build/mozconfig.rust"',
]
for platform in all_platforms:

Просмотреть файл

@ -14,4 +14,6 @@ mk_add_options MOZ_PGO=1
ac_add_options --enable-official-branding
ac_add_options --enable-verify-mar
. "$topsrcdir/build/mozconfig.rust"
. "$topsrcdir/build/mozconfig.common.override"

Просмотреть файл

@ -20,4 +20,6 @@ ac_add_options --enable-verify-mar
# defines.sh during the beta cycle
export BUILDING_RELEASE=1
. "$topsrcdir/build/mozconfig.rust"
. "$topsrcdir/build/mozconfig.common.override"